Parallel Colt 0.7.2

Uses of Class
cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D

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

Uses of DenseDComplexMatrix1D in cern.colt.matrix.tdouble.impl
 

Methods in cern.colt.matrix.tdouble.impl that return DenseDComplexMatrix1D
 DenseDComplexMatrix1D DenseDoubleMatrix1D.getFft()
          Returns new complex matrix which is the discrete Fourier transform (DFT) of this matrix.
 DenseDComplexMatrix1D DenseDoubleMatrix1D.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