|
Generative Fast Fourier Transforms (GFFT)
0.3
|
Classes substituted as template parameters to define transform. More...
Classes | |
| 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... | |