Parallel Colt 0.7.2

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

Packages that use DenseFComplexMatrix2D
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 DenseFComplexMatrix2D in cern.colt.matrix.tfloat.impl
 

Methods in cern.colt.matrix.tfloat.impl that return DenseFComplexMatrix2D
 DenseFComplexMatrix2D DenseFloatMatrix2D.getFft2()
          Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of this matrix.
 DenseFComplexMatrix2D DenseFloatMatrix2D.getFftColumns()
          Returns new complex matrix which is the discrete Fourier transform (DFT) of each column of this matrix.
 DenseFComplexMatrix2D DenseFloatMatrix2D.getFftRows()
          Returns new complex matrix which is the discrete Fourier transform (DFT) of each row of this matrix.
 DenseFComplexMatrix2D DenseFloatMatrix2D.getIfft2(boolean scale)
          Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
 DenseFComplexMatrix2D DenseFloatMatrix2D.getIfftColumns(boolean scale)
          Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
 DenseFComplexMatrix2D DenseFloatMatrix2D.getIfftRows(boolean scale)
          Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage