1! This file contains PARAMETER statements
for various constants
2! that can be passed to FFTW routines. You should include
3!
this file
in any FORTRAN program that calls the fftw_f77
4! routines (either directly or with an #include statement
5!
if you use the C preprocessor).
7 integer FFTW_FORWARD,FFTW_BACKWARD
10 integer FFTW_REAL_TO_COMPLEX,FFTW_COMPLEX_TO_REAL
11 parameter (FFTW_REAL_TO_COMPLEX=-1,FFTW_COMPLEX_TO_REAL=1)
13 integer FFTW_ESTIMATE,FFTW_MEASURE
20 integer FFTW_THREADSAFE
23! Constants for the MPI wrappers:
24 integer FFTW_TRANSPOSED_ORDER, FFTW_NORMAL_ORDER
25 integer FFTW_SCRAMBLED_INPUT, FFTW_SCRAMBLED_OUTPUT
26 parameter(FFTW_TRANSPOSED_ORDER=1, FFTW_NORMAL_ORDER=0)
!This file contains PARAMETER statements for various constants !that can be passed to FFTW routines You should include !this file in any FORTRAN program that calls the fftw_f77 FFTW_BACKWARD FFTW_COMPLEX_TO_REAL FFTW_MEASURE FFTW_IN_PLACE
Definition: fftw_f77.h:16
!This file contains PARAMETER statements for various constants !that can be passed to FFTW routines You should include !this file in any FORTRAN program that calls the fftw_f77 FFTW_BACKWARD parameter(FFTW_FORWARD=-1, FFTW_BACKWARD=1) integer FFTW_REAL_TO_COMPLEX
integer in
Definition: pszs.F90:30