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 |
---|---|
DenseLargeDComplexMatrix3D |
DenseLargeDoubleMatrix3D.getFft2Slices()
Returns new complex matrix which is the 2D discrete Fourier transform
(DFT) of each slice of this matrix.
|
DenseLargeDComplexMatrix3D |
WrapperDoubleMatrix3D.getFft2Slices()
Returns new complex matrix which is the 2D discrete Fourier transform
(DFT) of each slice of this matrix.
|
DenseLargeDComplexMatrix3D |
DenseLargeDoubleMatrix3D.getFft3()
Returns new complex matrix which is the 3D discrete Fourier transform
(DFT) of this matrix.
|
DenseLargeDComplexMatrix3D |
WrapperDoubleMatrix3D.getFft3()
Returns new complex matrix which is the 3D discrete Fourier transform
(DFT) of this matrix.
|
DenseLargeDComplexMatrix3D |
DenseLargeDoubleMatrix3D.getIfft2Slices(boolean scale)
Returns new complex matrix which is the 2D inverse of the discrete
Fourier transform (IDFT) of each slice of this matrix.
|
DenseLargeDComplexMatrix3D |
WrapperDoubleMatrix3D.getIfft2Slices(boolean scale)
Returns new complex matrix which is the 2D inverse of the discrete
Fourier transform (IDFT) of each slice of this matrix.
|
DenseLargeDComplexMatrix3D |
DenseLargeDoubleMatrix3D.getIfft3(boolean scale)
Returns new complex matrix which is the 3D inverse of the discrete
Fourier transform (IDFT) of this matrix.
|
DenseLargeDComplexMatrix3D |
WrapperDoubleMatrix3D.getIfft3(boolean scale)
Returns new complex matrix which is the 3D inverse of the discrete
Fourier transform (IDFT) of this matrix.
|
Jump to the Parallel Colt Homepage