org.das2.qds.math.fft.jnt.ComplexFloatFFT_Mixed

Computes FFT's of complex, single precision data of arbitrary length n. This class uses the Mixed Radix method; it has special methods to handle factors 2, 3, 4, 5, 6 and 7, as well as a general factor.

This method appears to be faster than the Radix2 method, when both methods apply, but requires extra storage (which ComplexDoubleFFT_Mixed manages itself).

See {@link ComplexFloatFFT ComplexFloatFFT} for details of data layout.