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

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

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

Methods in no.uib.cipr.matrix.sparse that return CompRowMatrix
 CompRowMatrix CompRowMatrix.copy()
           
 CompRowMatrix CompRowMatrix.zero()
           
 

Constructors in no.uib.cipr.matrix.sparse with parameters of type CompRowMatrix
ICC(CompRowMatrix R)
          Sets up the ICC preconditioner
ILU(CompRowMatrix LU)
          Sets up the ILU preconditioner
SSOR(CompRowMatrix F)
          Constructor for SSOR.
SSOR(CompRowMatrix F, boolean reverse, double omegaF, double omegaR)
          Constructor for SSOR