![]() |
(git:298f7c4)
|
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 45 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 60 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 88 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 116 of file fftw3_lib.F.