Uses of Class
no.uib.cipr.matrix.sparse.CompRowMatrix
-
Packages that use CompRowMatrix Package Description no.uib.cipr.matrix.sparse -
-
Uses of CompRowMatrix in no.uib.cipr.matrix.sparse
Methods in no.uib.cipr.matrix.sparse that return CompRowMatrix Modifier and Type Method Description CompRowMatrix
CompRowMatrix. copy()
CompRowMatrix
CompRowMatrix. zero()
Constructors in no.uib.cipr.matrix.sparse with parameters of type CompRowMatrix Constructor Description ICC(CompRowMatrix R)
Sets up the ICC preconditionerILU(CompRowMatrix LU)
Sets up the ILU preconditionerSSOR(CompRowMatrix F)
Constructor for SSOR.SSOR(CompRowMatrix F, boolean reverse, double omegaF, double omegaR)
Constructor for SSOR
-