Package | Description |
---|---|
cern.colt.matrix.tint |
Matrix interfaces and factories holding elements of int data type.
|
Modifier and Type | Field and Description |
---|---|
static IntFactory2D |
IntFactory2D.dense
A factory producing dense matrices.
|
static IntFactory2D |
IntFactory2D.rowCompressed
A factory producing sparse row compressed matrices.
|
static IntFactory2D |
IntFactory2D.sparse
A factory producing sparse hash matrices.
|
Jump to the Parallel Colt Homepage