See: Description
Class | Description |
---|---|
ComplexDoubleFFT |
Abstract Class representing FFT's of complex, double precision data.
|
ComplexDoubleFFT_Mixed |
Computes FFT's of complex, double precision data of arbitrary length n.
|
ComplexFloatFFT |
Abstract Class representing FFT's of complex, single precision data.
|
ComplexFloatFFT_Mixed |
Computes FFT's of complex, single precision data of arbitrary length n.
|
Factorize |
Supplies static methods for factoring integers needed by various FFT classes.
|
RealDoubleFFT |
Abstract Class representing FFT's of real, double precision data.
|
RealDoubleFFT_Even |
Computes FFT's of real, double precision data when n is even, by
computing complex FFT.
|
Refactory |