Uses of Class
no.uib.cipr.matrix.sparse.SparseVector
Packages that use SparseVector
-
Uses of SparseVector in no.uib.cipr.matrix.sparse
Methods in no.uib.cipr.matrix.sparse that return SparseVectorModifier and TypeMethodDescriptionSparseVector.copy()
FlexCompColMatrix.getColumn
(int i) Returns the given columnFlexCompRowMatrix.getRow
(int i) Returns the given rowSparseVector.scale
(double alpha) SparseVector.zero()
Methods in no.uib.cipr.matrix.sparse with parameters of type SparseVectorModifier and TypeMethodDescriptionvoid
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