Package | Description |
---|---|
cern.colt.matrix.tint.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of int data type.
|
Modifier and Type | Class and Description |
---|---|
class |
DenseLargeIntMatrix2D
Dense 2-d matrix holding int elements.
|
class |
DiagonalIntMatrix2D
Diagonal 2-d matrix holding int elements.
|
class |
SparseCCIntMatrix2D
Sparse column-compressed 2-d matrix holding int elements.
|
class |
SparseCCMIntMatrix2D
Sparse column-compressed-modified 2-d matrix holding int elements.
|
class |
SparseRCIntMatrix2D
Sparse row-compressed 2-d matrix holding int elements.
|
class |
SparseRCMIntMatrix2D
Sparse row-compressed-modified 2-d matrix holding int elements.
|
Jump to the Parallel Colt Homepage