Package | Description |
---|---|
no.uib.cipr.matrix.sparse |
Unstructured sparse matrices and vectors with iterative solvers and
preconditioners.
|
Modifier and Type | Method and Description |
---|---|
SparseVector |
SparseVector.copy() |
SparseVector |
FlexCompColMatrix.getColumn(int i)
Returns the given column
|
SparseVector |
FlexCompRowMatrix.getRow(int i)
Returns the given row
|
SparseVector |
SparseVector.scale(double alpha) |
SparseVector |
SparseVector.zero() |
Modifier and Type | Method and Description |
---|---|
void |
FlexCompColMatrix.setColumn(int i,
SparseVector x)
Sets the given column equal the passed vector
|
void |
FlexCompRowMatrix.setRow(int i,
SparseVector x)
Sets the given row equal the passed vector
|
Copyright © 2015. All Rights Reserved.