|  | gtkIOStream
    1.7.0
    GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ... | 
#include <fftw3.h>#include <math.h>#include <values.h>Go to the source code of this file.
| Macros | |
| #define | PLANTYPE FFTW_ESTIMATE | 
| #define | fftw_real double | 
| use double by default  More... | |
| #define | c_re(c) ((c)[0]) | 
| The real part of the complex number.  More... | |
| #define | c_im(c) ((c)[1]) | 
| The imaginary part of the complex number.  More... | |
| #define c_im | ( | c | ) | ((c)[1]) | 
The imaginary part of the complex number.
Definition at line 27 of file FFTCommon.H.
| #define c_re | ( | c | ) | ((c)[0]) | 
The real part of the complex number.
Definition at line 26 of file FFTCommon.H.
| #define fftw_real double | 
use double by default
Definition at line 24 of file FFTCommon.H.
| #define PLANTYPE FFTW_ESTIMATE | 
Definition at line 20 of file FFTCommon.H.
| GTK+ IOStream
    Beta
    |