FFT< CCTransform, 1U, T > Class Template Reference

#include <FFT.h>

Inheritance diagram for FFT< CCTransform, 1U, T >:

Inheritance graph
[legend]
Collaboration diagram for FFT< CCTransform, 1U, T >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef FieldLayout< 1U > Layout_t
typedef complex Complex_t
typedef BareField< Complex_t, 1U > ComplexField_t
typedef LField< Complex_t, 1U > ComplexLField_t
typedef FFTBase< 1U, T >::Domain_t Domain_t

Public Member Functions

 FFT (const Domain_t &cdomain, const bool transformTheseDims[1U], const bool &compressTemps=false)
 FFT (const Domain_t &cdomain, const bool &compressTemps=false)
 ~FFT (void)
void transform (int direction, ComplexField_t &f, ComplexField_t &g, const bool &constInput=false)
void transform (const char *directionName, ComplexField_t &f, ComplexField_t &g, const bool &constInput=false)
void transform (int direction, ComplexField_t &f)
void transform (const char *directionName, ComplexField_t &f)

Detailed Description

template<class T>
class FFT< CCTransform, 1U, T >

1D complex-to-complex FFT class

Definition at line 293 of file FFT.h.


Member Typedef Documentation

template<class T>
typedef complex FFT< CCTransform, 1U, T >::Complex_t
 

Definition at line 302 of file FFT.h.

template<class T>
typedef BareField<Complex_t,1U> FFT< CCTransform, 1U, T >::ComplexField_t
 

Definition at line 304 of file FFT.h.

template<class T>
typedef LField<Complex_t,1U> FFT< CCTransform, 1U, T >::ComplexLField_t
 

Definition at line 305 of file FFT.h.

template<class T>
typedef FFTBase<1U,T>::Domain_t FFT< CCTransform, 1U, T >::Domain_t
 

Reimplemented from FFTBase< 1U, T >.

Definition at line 306 of file FFT.h.

template<class T>
typedef FieldLayout<1U> FFT< CCTransform, 1U, T >::Layout_t
 

Definition at line 298 of file FFT.h.


Constructor & Destructor Documentation

template<class T>
FFT< CCTransform, 1U, T >::FFT const Domain_t cdomain,
const bool  transformTheseDims[1U],
const bool compressTemps = false
 

Create a new FFT object with the given domain for the input Field. Specify which dimensions to transform along. Optional argument compressTemps indicates whether or not to compress temporary Fields in between uses.

template<class T>
FFT< CCTransform, 1U, T >::FFT const Domain_t cdomain,
const bool compressTemps = false
 

Create a new FFT object with the given domain for the input Field. Transform along all dimensions. Optional argument compressTemps indicates whether or not to compress temporary Fields in between uses.

template<class T>
FFT< CCTransform, 1U, T >::~FFT void   ) 
 

Definition at line 541 of file FFT.cpp.

References CT, TAU_FFT, TAU_PROFILE, and TAU_TYPE_STRING.


Member Function Documentation

template<class T>
void FFT< CCTransform, 1U, T >::transform const char *  directionName,
ComplexField_t f
 

template<class T>
void FFT< CCTransform, 1U, T >::transform int  direction,
ComplexField_t f
 

overloaded versions which perform the FFT "in place"

template<class T>
void FFT< CCTransform, 1U, T >::transform const char *  directionName,
ComplexField_t f,
ComplexField_t g,
const bool constInput = false
 

invoke using string for direction name

template<class T>
void FFT< CCTransform, 1U, T >::transform int  direction,
ComplexField_t f,
ComplexField_t g,
const bool constInput = false
 

Do the FFT: specify +1 or -1 to indicate forward or inverse transform, or specify the user-defined name string for the direction. User provides separate input and output fields optional argument constInput indicates whether or not to treat the input Field argument f as const. If not, we can use it as a temporary in order to avoid an additional data transpose.


The documentation for this class was generated from the following files:
Generated on Mon Jan 16 14:38:29 2006 for IPPL by  doxygen 1.4.6