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