Classes | Functions | Variables
fftwpp Namespace Reference

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
 

Function Documentation

void fftwpp::LoadWisdom ( )

Definition at line 31 of file fftw++.cc.

References utl::s.

Referenced by Planner().

fftw_plan fftwpp::Planner ( fftw *  F,
Complex in,
Complex out 
)

Definition at line 56 of file fftw++.cc.

References LoadWisdom(), plan(), fftwpp::fftw::Plan(), and SaveWisdom().

unsigned int fftwpp::realsize ( unsigned int  n,
Complex in,
Complex out = NULL 
)
inline

Definition at line 137 of file fftw++.h.

References out.

Referenced by realsize().

unsigned int fftwpp::realsize ( unsigned int  n,
Complex in,
double *  out 
)
inline

Definition at line 142 of file fftw++.h.

References realsize().

unsigned int fftwpp::realsize ( unsigned int  n,
double *  in,
Complex out 
)
inline

Definition at line 147 of file fftw++.h.

References realsize().

void fftwpp::SaveWisdom ( )

Definition at line 46 of file fftw++.cc.

Referenced by Planner().

Variable Documentation

const char * fftwpp::inout
Initial value:
=
"constructor and call must be both in place or both out of place"

Definition at line 20 of file fftw++.cc.

Referenced by fftwpp::fftw::Setout(), and fftwpp::Transpose::transpose().


, generated on Tue Sep 26 2023.