| ComplexFFT_1D |
classic FFT implementation based on the Complex data object
|
| DoubleFFT_1D |
Computes 1D Discrete Fourier Transform (DFT) of complex and real, double precision data.
|
| DoubleFFT_2D |
Computes 2D Discrete Fourier Transform (DFT) of complex and real, double precision data.
|
| DoubleFFT_3D |
Computes 3D Discrete Fourier Transform (DFT) of complex and real, double precision data.
|
| FloatFFT_1D |
Computes 1D Discrete Fourier Transform (DFT) of complex and real, single precision data.
|
| FloatFFT_2D |
Computes 2D Discrete Fourier Transform (DFT) of complex and real, single precision data.
|
| FloatFFT_3D |
Computes 3D Discrete Fourier Transform (DFT) of complex and real, single precision data.
|
| SimpleFFTSpeedTest |
|