Package | Description |
---|---|
cern.colt.matrix.tdcomplex.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of dcomplex data type.
|
Modifier and Type | Method and Description |
---|---|
SparseDComplexMatrix1D[] |
SparseCCMDComplexMatrix2D.elements() |
SparseDComplexMatrix1D[] |
SparseRCMDComplexMatrix2D.elements() |
SparseDComplexMatrix1D |
SparseCCMDComplexMatrix2D.viewColumn(int column) |
SparseDComplexMatrix1D |
SparseRCMDComplexMatrix2D.viewRow(int row) |
Jump to the Parallel Colt Homepage