Generative Fast Fourier Transforms (GFFT)  0.3
Classes | Namespaces | Typedefs
gfftpolicy.h File Reference

Policy classes. More...

#include "Typelist.h"
#include <complex>
#include <omp.h>
#include "sint.h"
Include dependency graph for gfftpolicy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GFFT::AbstractFFT_inp< T >
 Abstract interface class to build GFFT object factory. More...
 
class  GFFT::Empty
 Abstract empty base class. More...
 
struct  GFFT::DOUBLE
 Double precision type representation. More...
 
struct  GFFT::FLOAT
 Single precision type representation. More...
 
struct  GFFT::COMPLEX_DOUBLE
 Complex number of double precision type representation. More...
 
struct  GFFT::COMPLEX_FLOAT
 Complex number of single precision type representation. More...
 
struct  GFFT::INTIME
 Decimation in-time. More...
 
struct  GFFT::INFREQ
 Decimation in-frequency. More...
 
struct  GFFT::IN_PLACE
 In-place algorithm. More...
 
struct  GFFT::OUT_OF_PLACE
 Out-of-place algorithm. More...
 
struct  GFFT::DFT
 Forward compex-valued discrete Fourier transform. More...
 
struct  GFFT::IDFT
 Inverse compex-valued discrete Fourier transform. More...
 
struct  GFFT::RDFT
 Forward real-valued discrete Fourier transform. More...
 
struct  GFFT::IRDFT
 Inverse real-valued discrete Fourier transform. More...
 
struct  GFFT::Serial
 Serial (single-core) implementation of transform More...
 
struct  GFFT::OpenMP< NT >
 Transform is parallelized using OpenMP standard More...
 

Namespaces

namespace  GFFT
 Main namespace.
 

Typedefs

typedef unsigned int GFFT::id_t
 

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