See: Description
| Class | Description |
|---|---|
| DenseColumnLongMatrix2D |
Dense 2-d matrix holding long elements.
|
| DenseLargeLongMatrix2D |
Dense 2-d matrix holding long elements.
|
| DenseLargeLongMatrix3D |
Dense 3-d matrix holding long elements.
|
| DenseLongMatrix1D |
Dense 1-d matrix (aka vector) holding int elements.
|
| DenseLongMatrix2D |
Dense 2-d matrix holding int elements.
|
| DenseLongMatrix3D |
Dense 3-d matrix holding int elements.
|
| DiagonalLongMatrix2D |
Diagonal 2-d matrix holding long elements.
|
| SparseCCLongMatrix2D |
Sparse column-compressed 2-d matrix holding long elements.
|
| SparseCCMLongMatrix2D |
Sparse column-compressed-modified 2-d matrix holding long elements.
|
| SparseLongMatrix1D |
Sparse hashed 1-d matrix (aka vector) holding long elements.
|
| SparseLongMatrix2D |
Sparse hashed 2-d matrix holding long elements.
|
| SparseLongMatrix3D |
Sparse hashed 3-d matrix holding long elements.
|
| SparseRCLongMatrix2D |
Sparse row-compressed 2-d matrix holding long elements.
|
| SparseRCMLongMatrix2D |
Sparse row-compressed-modified 2-d matrix holding long elements.
|
| WrapperLongMatrix1D |
1-d matrix holding int elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
| WrapperLongMatrix2D |
2-d matrix holding long elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
| WrapperLongMatrix3D |
3-d matrix holding long elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
Jump to the Parallel Colt Homepage