Uses of Class
no.uib.cipr.matrix.sparse.SparseVector
-
Packages that use SparseVector Package Description no.uib.cipr.matrix.sparse -
-
Uses of SparseVector in no.uib.cipr.matrix.sparse
Methods in no.uib.cipr.matrix.sparse that return SparseVector Modifier and Type Method Description SparseVector
SparseVector. copy()
SparseVector
FlexCompColMatrix. getColumn(int i)
Returns the given columnSparseVector
FlexCompRowMatrix. getRow(int i)
Returns the given rowSparseVector
SparseVector. scale(double alpha)
SparseVector
SparseVector. zero()
Methods in no.uib.cipr.matrix.sparse with parameters of type SparseVector Modifier and Type Method Description void
FlexCompColMatrix. setColumn(int i, SparseVector x)
Sets the given column equal the passed vectorvoid
FlexCompRowMatrix. setRow(int i, SparseVector x)
Sets the given row equal the passed vector
-