Uses of Class
math.complex.ComplexFloat1d

Packages that use ComplexFloat1d
math.complex   
math.fourierTransforms.pfa   
math.fourierTransforms.r2   
 

Uses of ComplexFloat1d in math.complex
 

Methods in math.complex that return ComplexFloat1d
 ComplexFloat1d ComplexFloat1d.getCopy()
           
 

Methods in math.complex with parameters of type ComplexFloat1d
 void ComplexFloat1d.minus(ComplexFloat1d b)
           
 void ComplexFloat1d.mult(ComplexFloat1d b)
           
 void ComplexFloat1d.plus(ComplexFloat1d b)
           
 

Uses of ComplexFloat1d in math.fourierTransforms.pfa
 

Methods in math.fourierTransforms.pfa that return ComplexFloat1d
 ComplexFloat1d PFAImage.getBlue()
           
 ComplexFloat1d PFAImage.getGreen()
           
 ComplexFloat1d PFAImage.getRed()
           
 

Methods in math.fourierTransforms.pfa with parameters of type ComplexFloat1d
 void IPFA1d.ifft(ComplexFloat1d c)
           
 

Constructors in math.fourierTransforms.pfa with parameters of type ComplexFloat1d
IFFT2d(ComplexFloat1d c, int inputWidth, boolean scale)
           
PFA2d(ComplexFloat1d c, int inputWidth)
           
 

Uses of ComplexFloat1d in math.fourierTransforms.r2
 

Methods in math.fourierTransforms.r2 that return ComplexFloat1d
 ComplexFloat1d FFT1dComplex.getData()
           
 

Methods in math.fourierTransforms.r2 with parameters of type ComplexFloat1d
 void FFT1dComplex.computeBackwardFFT(ComplexFloat1d c)
           
 void FFT1dComplex.computeForwardFFT(ComplexFloat1d c)