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