OOF2: The Manual
Name
Jacobi (JacobiPreconditioner) — A light-weight preconditioner, that simply inverts the diagonal part of the matrix.
Synopsis
JacobiPreconditioner()
Description
JacobiPreconditioner is a Preconditioner that simply inverts the
diagonal part of the matrix. It's quick and easy to compute, but
usually not as effective as the other non-trivial preconditioners.
If using the JacobiPreconditioner directly
raises an error message, use the BlockPreconditioner instead.
JacobiPreconditioner uses the
DiagPreconditioner from SparseLink++.
/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */




