Uses of Class
math.fourierTransforms.interleaved.ComplexDoubleFFT

Packages that use ComplexDoubleFFT
math.fourierTransforms.interleaved   
 

Uses of ComplexDoubleFFT in math.fourierTransforms.interleaved
 

Subclasses of ComplexDoubleFFT in math.fourierTransforms.interleaved
 class ComplexDoubleFFT_Mixed
          Computes FFT's of complex, double precision data of arbitrary length n.
 class ComplexDoubleFFT_Radix2
          Computes FFT's of complex, double precision data where n is an integer power of 2.
 

Methods in math.fourierTransforms.interleaved that return ComplexDoubleFFT
 ComplexDoubleFFT ComplexDoubleFFT.getInstance(int n)
          Creates an instance of a subclass of ComplexDoubleFFT appropriate for data of n elements.