| 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.
|
| Class and Description |
|---|
| DenseObjectMatrix2D
Dense 2-d matrix holding Object elements.
|
| SparseCCMObjectMatrix2D
Sparse column-compressed-modified 2-d matrix holding Object elements.
|
| SparseCCObjectMatrix2D
Sparse column-compressed 2-d matrix holding Object elements.
|
| SparseObjectMatrix1D
Sparse hashed 1-d matrix (aka vector) holding Object
elements.
|
| SparseRCMObjectMatrix2D
Sparse row-compressed-modified 2-d matrix holding Object elements.
|
| SparseRCObjectMatrix2D
Sparse row-compressed 2-d matrix holding Object elements.
|
| WrapperObjectMatrix2D
2-d matrix holding Object elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
| WrapperObjectMatrix3D
3-d matrix holding Object elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
Jump to the Parallel Colt Homepage