Uses of Interface
no.uib.cipr.matrix.sparse.Preconditioner
-
Packages that use Preconditioner Package Description no.uib.cipr.matrix.distributed no.uib.cipr.matrix.sparse -
-
Uses of Preconditioner in no.uib.cipr.matrix.distributed
Classes in no.uib.cipr.matrix.distributed that implement Preconditioner Modifier and Type Class Description class
BlockDiagonalPreconditioner
Deprecated.theno.uib.cipr.matrix.distributed
package has been deprecated because of a number of hard to fix concurrency bugs.class
TwoLevelPreconditioner
Deprecated.theno.uib.cipr.matrix.distributed
package has been deprecated because of a number of hard to fix concurrency bugs.Constructors in no.uib.cipr.matrix.distributed with parameters of type Preconditioner Constructor Description BlockDiagonalPreconditioner(Preconditioner prec)
Deprecated.Constructor for BlockDiagonalPreconditionerTwoLevelPreconditioner(Preconditioner prec, DistColMatrix A, DistVector z)
Deprecated.TwoLevelPreconditioner(Preconditioner prec, DistRowMatrix A, DistVector z)
Deprecated. -
Uses of Preconditioner in no.uib.cipr.matrix.sparse
Classes in no.uib.cipr.matrix.sparse that implement Preconditioner Modifier and Type Class Description class
AMG
Algebraic multigrid preconditioner.class
DiagonalPreconditioner
Diagonal preconditioner.class
ICC
Incomplete Cholesky preconditioner without fill-in using a compressed row matrix as internal storageclass
ILU
ILU(0) preconditioner using a compressed row matrix as internal storageclass
ILUT
ILU preconditioner with fill-in.class
SSOR
SSOR preconditioner.Fields in no.uib.cipr.matrix.sparse declared as Preconditioner Modifier and Type Field Description protected Preconditioner
AbstractIterativeSolver. M
Preconditioner to useMethods in no.uib.cipr.matrix.sparse that return Preconditioner Modifier and Type Method Description Preconditioner
AbstractIterativeSolver. getPreconditioner()
Preconditioner
IterativeSolver. getPreconditioner()
Gets preconditionerMethods in no.uib.cipr.matrix.sparse with parameters of type Preconditioner Modifier and Type Method Description void
AbstractIterativeSolver. setPreconditioner(Preconditioner M)
void
IterativeSolver. setPreconditioner(Preconditioner M)
Sets preconditionervoid
QMR. setPreconditioner(Preconditioner M)
Constructors in no.uib.cipr.matrix.sparse with parameters of type Preconditioner Constructor Description QMR(Vector template, Preconditioner M1, Preconditioner M2)
Constructor for QMR.
-