Classes | |
| class | crfft1d |
| class | crfft2d |
| class | crfft3d |
| class | fft1d |
| class | fft2d |
| class | fft3d |
| class | fftw |
| class | fftwblock |
| struct | keyless1 |
| struct | keyless2 |
| struct | keyless3 |
| struct | keytype1 |
| struct | keytype2 |
| struct | keytype3 |
| class | mcrfft1d |
| class | mfft1d |
| class | mrcfft1d |
| class | rcfft1d |
| class | rcfft2d |
| class | rcfft3d |
| class | ThreadBase |
| struct | threaddata |
| class | Threadtable |
| class | Transpose |
Functions | |
| void | LoadWisdom () |
| fftw_plan | Planner (fftw *F, Complex *in, Complex *out) |
| unsigned int | realsize (unsigned int n, Complex *in, Complex *out=NULL) |
| unsigned int | realsize (unsigned int n, Complex *in, double *out) |
| unsigned int | realsize (unsigned int n, double *in, Complex *out) |
| void | SaveWisdom () |
Variables | |
| const char * | inout |
| void fftwpp::LoadWisdom | ( | ) |
Definition at line 56 of file fftw++.cc.
References LoadWisdom(), plan(), fftwpp::fftw::Plan(), and SaveWisdom().
|
inline |
Definition at line 142 of file fftw++.h.
References realsize().
|
inline |
Definition at line 147 of file fftw++.h.
References realsize().
| const char * fftwpp::inout |
Definition at line 20 of file fftw++.cc.
Referenced by fftwpp::fftw::Setout(), and fftwpp::Transpose::transpose().