(git:c5411e0)
Loading...
Searching...
No Matches
fftw3_lib::fftw_alloc Interface Reference

Public Member Functions

subroutine fftw_alloc_complex_1d (array, n)
 
subroutine fftw_alloc_complex_2d (array, n)
 
subroutine fftw_alloc_complex_3d (array, n)
 

Detailed Description

Definition at line 49 of file fftw3_lib.F.

Member Function/Subroutine Documentation

◆ fftw_alloc_complex_1d()

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 64 of file fftw3_lib.F.

◆ fftw_alloc_complex_2d()

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 92 of file fftw3_lib.F.

◆ fftw_alloc_complex_3d()

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 120 of file fftw3_lib.F.


The documentation for this interface was generated from the following file: