dtFFT
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
fftw_execute_dft_c2r
Interface
174 statements
Source File
dtfft_interface_fftw_m.F90
dtfft_interface_fftw_m
fftw_execute_dft_c2r
Contents
None
interface
public subroutine fftw_execute_dft_c2r(plan, in, out) bind(C)
Arguments
Type
Intent
Optional
Attributes
Name
type(c_ptr),
value
::
plan
type(c_ptr),
value
::
in
type(c_ptr),
value
::
out
Description
Executes C2R plan, double precision.