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 |
---|---|
DenseFloatMatrix2D |
SparseCCFloatMatrix2D.getDense()
Returns a new matrix that has the same elements as this matrix, but is in
a dense form.
|
DenseFloatMatrix2D |
SparseRCFloatMatrix2D.getDense()
Returns a new matrix that has the same elements as this matrix, but is in
a dense form.
|
DenseFloatMatrix2D |
DenseColumnFloatMatrix2D.getRowMajor()
Returns a new matrix that has the same elements as this matrix, but they
are addressed internally in row major.
|
Jump to the Parallel Colt Homepage