TOOLIB
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
fftwf_plan_dft_c2r_1d
Interface
515 statements
Source File
mod_fftw3.f90
fftw3
fftwf_plan_dft_c2r_1d
Contents
None
interface
private function fftwf_plan_dft_c2r_1d(n, in, out, flags) bind(C, name='fftwf_plan_dft_c2r_1d')
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=C_INT),
value
::
n
complex(kind=C_FLOAT_COMPLEX),
intent(out),
dimension(*)
::
in
real(kind=C_FLOAT),
intent(out),
dimension(*)
::
out
integer(kind=C_INT),
value
::
flags
Return Value
type(c_ptr)