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 |
---|---|
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.
|
Jump to the Parallel Colt Homepage