Package | Description |
---|---|
ch.akuhn.matrix | |
org.openimaj.math.matrix |
Modifier and Type | Method and Description |
---|---|
boolean |
SparseVector.equals(SparseVector v)
Test for equality
|
void |
SparseMatrix.setRow(int row,
SparseVector values)
Sets the row, no check is made on
size() Use with
care. |
Modifier and Type | Method and Description |
---|---|
static SparseDoubleArray |
MatlibMatrixUtils.sparseVectorToSparseArray(SparseVector row)
Convert a
SparseVector to a
SparseDoubleArray . |