Parallel Colt 0.7.2

Uses of Class
cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D

Packages that use DenseFComplexMatrix1D
cern.colt.matrix.tfloat.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of float data type. 
 

Uses of DenseFComplexMatrix1D in cern.colt.matrix.tfloat.impl
 

Methods in cern.colt.matrix.tfloat.impl that return DenseFComplexMatrix1D
 DenseFComplexMatrix1D DenseFloatMatrix1D.getFft()
          Returns new complex matrix which is the discrete Fourier transform (DFT) of this matrix.
 DenseFComplexMatrix1D DenseFloatMatrix1D.getIfft(boolean scale)
          Returns new complex matrix which is the inverse of the discrete Fourier (IDFT) transform of this matrix.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage