Generative Fast Fourier Transforms (GFFT)  0.3
GFFT::Transform< N, VType, Type, Dim, Parall, Place, FactoryPolicy, IDN > Class Template Reference

Generic Fast Fourier transform in-place class. More...

#include <gfftgen.h>

Detailed Description

template<class N, class VType, class Type, class Dim, class Parall, class Place, class FactoryPolicy = Empty, id_t IDN = N::ID>
class GFFT::Transform< N, VType, Type, Dim, Parall, Place, FactoryPolicy, IDN >

Template Parameters
Power2defines transform length, which is 2^Power2
VTypetype of data element
Typetype of transform: DFT, IDFT, RDFT, IRDFT
Dimdimension of transform, defined as SIntID<N>, N=1,2,...
Parallparallelization
Decimationin-time or in-frequency: INTIME, INFREQ
FactoryPolicypolicy used to create an object factory. Don't define it explicitely, if unsure

Use this class only, if you need transform of a single fixed type and length. Otherwise, rely on template class GenerateTransform


The documentation for this class was generated from the following file:

Generated on Mon Feb 10 2014 for Generative Fast Fourier Transforms (GFFT) by DoxyGen 1.8.3.1