Definition at line 237 of file fft.F90.
 
◆ dfft_forward_1d()
  
  
      
        
          | subroutine fft_oct_m::dfft_forward::dfft_forward_1d  | 
          ( | 
          type(fft_t), intent(in)  | 
          fft,  | 
         
        
           | 
           | 
          real(real64), dimension(:), intent(inout)  | 
          in,  | 
         
        
           | 
           | 
          complex(real64), dimension(:), intent(out)  | 
          out  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ dfft_forward_accel()
  
  
      
        
          | subroutine fft_oct_m::dfft_forward::dfft_forward_accel  | 
          ( | 
          type(fft_t), intent(in)  | 
          fft,  | 
         
        
           | 
           | 
          type(accel_mem_t), intent(in)  | 
          in,  | 
         
        
           | 
           | 
          type(accel_mem_t), intent(inout)  | 
          out  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ dfft_forward_3d()
  
  
      
        
          | subroutine fft_oct_m::dfft_forward::dfft_forward_3d  | 
          ( | 
          type(fft_t), intent(in)  | 
          fft,  | 
         
        
           | 
           | 
          real(real64), dimension(:,:,:), intent(inout)  | 
          in,  | 
         
        
           | 
           | 
          complex(real64), dimension(:,:,:), intent(out)  | 
          out,  | 
         
        
           | 
           | 
          real(real64), intent(out), optional  | 
          norm  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this interface was generated from the following file: