Definition at line 249 of file fft.F90.
◆ zfft_backward_1d()
subroutine fft_oct_m::zfft_backward::zfft_backward_1d |
( |
type(fft_t), intent(in) |
fft, |
|
|
complex(real64), dimension(:), intent(inout) |
in, |
|
|
complex(real64), dimension(:), intent(out), contiguous |
out |
|
) |
| |
|
private |
◆ zfft_backward_accel()
subroutine fft_oct_m::zfft_backward::zfft_backward_accel |
( |
type(fft_t), intent(in) |
fft, |
|
|
type(accel_mem_t), intent(in) |
in, |
|
|
type(accel_mem_t), intent(inout) |
out |
|
) |
| |
|
private |
◆ zfft_backward_3d()
subroutine fft_oct_m::zfft_backward::zfft_backward_3d |
( |
type(fft_t), intent(in) |
fft, |
|
|
complex(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: