![]() |
(git:15c1bfc)
|
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 44 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 59 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 87 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 115 of file fftw3_lib.F.