| 
    Generative Fast Fourier Transforms (GFFT)
    0.3
    
   | 
 
Policy classes. More...


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 |