Toggle navigation
ALaDyn
3.0.1
Guide
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
fftw_plan_dft_c2r_1d
Interface
512 statements
Source File
legacy_fft_lib.F90
legacy_fft_lib
fftw_plan_dft_c2r_1d
Contents
None
interface
public function fftw_plan_dft_c2r_1d(n, in, out, flags) bind(C, name='fftw_plan_dft_c2r_1d')
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=C_INT),
value
::
n
complex(kind=C_DOUBLE_COMPLEX),
intent(out),
dimension(*)
::
in
real(kind=C_DOUBLE),
intent(out),
dimension(*)
::
out
integer(kind=C_INT),
value
::
flags
Return Value
type(C_PTR)