Class | Description |
---|---|
AccuracyCheckDoubleFFT |
Accuracy check of double precision FFT's
|
AccuracyCheckFloatFFT |
Accuracy check of single precision FFT's
|
BenchmarkDoubleFFT |
Benchmark of double precision FFT's
|
BenchmarkFloatFFT |
Benchmark of single precision FFT's
|
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.
|
RealFFTUtils_2D |
This is a set of utility methods for R/W access to data resulting from a call
to the Fourier transform of real data.
|
RealFFTUtils_3D |
This is a set of utility methods for R/W access to data resulting from a call
to the Fourier transform of real data.
|