| Package | Description | 
|---|---|
| cern.colt.matrix.tfloat.impl | 
 Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of float data type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DenseLargeFComplexMatrix2D | 
DenseLargeFloatMatrix2D.getFft2()
Returns new complex matrix which is the 2D discrete Fourier transform
 (DFT) of this matrix. 
 | 
DenseLargeFComplexMatrix2D | 
WrapperFloatMatrix2D.getFft2()
Returns new complex matrix which is the 2D discrete Fourier transform
 (DFT) of this matrix. 
 | 
DenseLargeFComplexMatrix2D | 
DenseLargeFloatMatrix2D.getFftColumns()
Returns new complex matrix which is the discrete Fourier transform (DFT)
 of each column of this matrix. 
 | 
DenseLargeFComplexMatrix2D | 
WrapperFloatMatrix2D.getFftColumns()
Returns new complex matrix which is the discrete Fourier transform (DFT)
 of each column of this matrix. 
 | 
DenseLargeFComplexMatrix2D | 
DenseLargeFloatMatrix2D.getFftRows()
Returns new complex matrix which is the discrete Fourier transform (DFT)
 of each row of this matrix. 
 | 
DenseLargeFComplexMatrix2D | 
WrapperFloatMatrix2D.getFftRows()
Returns new complex matrix which is the discrete Fourier transform (DFT)
 of each row of this matrix. 
 | 
DenseLargeFComplexMatrix2D | 
DenseLargeFloatMatrix2D.getIfft2(boolean scale)
Returns new complex matrix which is the 2D inverse of the discrete
 Fourier transform (IDFT) of this matrix. 
 | 
DenseLargeFComplexMatrix2D | 
WrapperFloatMatrix2D.getIfft2(boolean scale)
Returns new complex matrix which is the 2D inverse of the discrete
 Fourier transform (IDFT) of this matrix. 
 | 
DenseLargeFComplexMatrix2D | 
DenseLargeFloatMatrix2D.getIfftColumns(boolean scale)
Returns new complex matrix which is the inverse of the discrete Fourier
 transform (IDFT) of each column of this matrix. 
 | 
DenseLargeFComplexMatrix2D | 
WrapperFloatMatrix2D.getIfftColumns(boolean scale)
Returns new complex matrix which is the inverse of the discrete Fourier
 transform (IDFT) of each column of this matrix. 
 | 
DenseLargeFComplexMatrix2D | 
DenseLargeFloatMatrix2D.getIfftRows(boolean scale)
Returns new complex matrix which is the inverse of the discrete Fourier
 transform (IDFT) of each row of this matrix. 
 | 
DenseLargeFComplexMatrix2D | 
WrapperFloatMatrix2D.getIfftRows(boolean scale)
Returns new complex matrix which is the inverse of the discrete Fourier
 transform (IDFT) of each row of this matrix. 
 | 
Jump to the Parallel Colt Homepage