Uses of Class
no.uib.cipr.matrix.sparse.SparseVector

Packages that use SparseVector
no.uib.cipr.matrix.sparse Unstructured sparse matrices and vectors with iterative solvers and preconditioners. 
 

Uses of SparseVector in no.uib.cipr.matrix.sparse
 

Methods in no.uib.cipr.matrix.sparse that return SparseVector
 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()
           
 

Methods in no.uib.cipr.matrix.sparse with parameters of type SparseVector
 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