Uses of Class
org.das2.math.fft.jnt.ComplexDoubleFFT

Packages that use ComplexDoubleFFT
org.das2.math.fft.jnt This is the NIST FFT package, modified to use the ComplexArray interface. 
 

Uses of ComplexDoubleFFT in org.das2.math.fft.jnt
 

Subclasses of ComplexDoubleFFT in org.das2.math.fft.jnt
 class ComplexDoubleFFT_Mixed
          Computes FFT's of complex, double precision data of arbitrary length n.
 

Methods in org.das2.math.fft.jnt that return ComplexDoubleFFT
 ComplexDoubleFFT ComplexDoubleFFT.getInstance(int n)
          Creates an instance of a subclass of ComplexDoubleFFT appropriate for data of n elements.