Package | Description |
---|---|
cern.colt.matrix.tfloat.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of float data type.
|
Modifier and Type | Method and Description |
---|---|
SparseFloatMatrix1D[] |
SparseCCMFloatMatrix2D.elements() |
SparseFloatMatrix1D[] |
SparseRCMFloatMatrix2D.elements() |
SparseFloatMatrix1D |
SparseCCMFloatMatrix2D.viewColumn(int column) |
SparseFloatMatrix1D |
SparseRCMFloatMatrix2D.viewRow(int row) |
Jump to the Parallel Colt Homepage