KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
fft.h File Reference

Go to the source code of this file.

Namespaces

 DTLib
 

Functions

void DTLib::fft_free ()
 
int DTLib::fftn (int ndim, const int dims[], double Re[], double Im[], int isign, double scaling)
 
int DTLib::fftnf (int ndim, const int dims[], float Re[], float Im[], int isign, double scaling)
 
void DTLib::FwdFFT (float *aRe, float *aIm, const int Size)
 
void DTLib::InvFFT (float *aRe, float *aIm, const int Size)