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 SparseVectorSparseVector. copy()SparseVectorFlexCompColMatrix. getColumn(int i)Returns the given columnSparseVectorFlexCompRowMatrix. getRow(int i)Returns the given rowSparseVectorSparseVector. scale(double alpha)SparseVectorSparseVector. zero()Methods in no.uib.cipr.matrix.sparse with parameters of type SparseVector Modifier and Type Method Description voidFlexCompColMatrix. setColumn(int i, SparseVector x)Sets the given column equal the passed vectorvoidFlexCompRowMatrix. setRow(int i, SparseVector x)Sets the given row equal the passed vector
-