| Package | Description |
|---|---|
| ch.akuhn.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. |