Private Members
- void c2c(Matrix<T> &, Matrix<T> &, int)
- Matrix<T> getMatrix(Array<T> &)
Synopsis
The DFTServer class contains methods for doing n-dimensional
Slow Fourier Transforms. (In practice, the maximum dimension is 3).
Member Description
default constructor
DFTServer(const DFTServer<T> &)
copy constructor
Other constructors
destructor
DFTServer<T> &operator=(const DFTServer<T> &)
assignment
n-d real <-> complex dft
n-d complex <-> real dft
n-d complex <-> complex dft
display only the real component of the data
display both the real and the imaginary components of the data
does a complex to complex DFT
turn a general array into a matrix