|
Class Summary |
| ArrayUtil |
Class containing some useful static method to manipulate
double arrays containing complex data used in jfftw. |
| Complex |
Class to handle Complex numbers and arithmetic. |
| ComplexDataArray |
Class to handle Complex Data arrays in either Real or
Fourier space. |
| DataArray |
Abstract Class type to manipulate hold data for FFTW methods. |
| FFTW |
Basic class for Java access to the fftw3
library to take Fourier Transforms or one-dimensional,
two-dimensional or three-dimensional data held
in double[] arrays. |
| FFTWComplex |
Class to implement simple one-off Complex to Complex Fourier
transforms using jfftw as a native library. |
| FFTWReal |
Class to implement simple one-off Real to Complex and Complex to
RealFourier transforms using fftw as a native library. |
| RealDataArray |
Class to handle Real Data arrays in either Real or
Fourier space. |