![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | fftw_alloc_complex_1d (array, n) |
subroutine | fftw_alloc_complex_2d (array, n) |
subroutine | fftw_alloc_complex_3d (array, n) |
Definition at line 48 of file fftw3_lib.F.
subroutine fftw3_lib::fftw_alloc::fftw_alloc_complex_1d | ( | complex(c_double_complex), dimension(:), intent(out), pointer, contiguous | array, |
integer, dimension(1), intent(in) | n | ||
) |
Definition at line 63 of file fftw3_lib.F.
subroutine fftw3_lib::fftw_alloc::fftw_alloc_complex_2d | ( | complex(c_double_complex), dimension(:, :), intent(out), pointer, contiguous | array, |
integer, dimension(2), intent(in) | n | ||
) |
Definition at line 91 of file fftw3_lib.F.
subroutine fftw3_lib::fftw_alloc::fftw_alloc_complex_3d | ( | complex(c_double_complex), dimension(:, :, :), intent(out), pointer, contiguous | array, |
integer, dimension(3), intent(in) | n | ||
) |
Definition at line 119 of file fftw3_lib.F.