See: Description
Class | Description |
---|---|
DenseColumnIntMatrix2D |
Dense 2-d matrix holding int elements.
|
DenseIntMatrix1D |
Dense 1-d matrix (aka vector) holding int elements.
|
DenseIntMatrix2D |
Dense 2-d matrix holding int elements.
|
DenseIntMatrix3D |
Dense 3-d matrix holding int elements.
|
DenseLargeIntMatrix2D |
Dense 2-d matrix holding int elements.
|
DenseLargeIntMatrix3D |
Dense 3-d matrix holding int elements.
|
DiagonalIntMatrix2D |
Diagonal 2-d matrix holding int elements.
|
SparseCCIntMatrix2D |
Sparse column-compressed 2-d matrix holding int elements.
|
SparseCCMIntMatrix2D |
Sparse column-compressed-modified 2-d matrix holding int elements.
|
SparseIntMatrix1D |
Sparse hashed 1-d matrix (aka vector) holding int elements.
|
SparseIntMatrix2D |
Sparse hashed 2-d matrix holding int elements.
|
SparseIntMatrix3D |
Sparse hashed 3-d matrix holding int elements.
|
SparseRCIntMatrix2D |
Sparse row-compressed 2-d matrix holding int elements.
|
SparseRCMIntMatrix2D |
Sparse row-compressed-modified 2-d matrix holding int elements.
|
WrapperIntMatrix1D |
1-d matrix holding int elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
WrapperIntMatrix2D |
2-d matrix holding int elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
WrapperIntMatrix3D |
3-d matrix holding int elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
Jump to the Parallel Colt Homepage