Package | Description |
---|---|
cern.colt.matrix.tdouble.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of double data type.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Jump to the Parallel Colt Homepage