The Extreme.LinearAlgebra.IterativeSolvers.Preconditioners namespace contains classes that implement preconditioners that can be used with the iterative solvers for large, sparse systems.
Classes
|
|
Class |
Description |
|
IdentityPreconditioner
|
Represents a preconditioner that has no effect.
|
|
IncompleteLUPreconditioner
|
Represents a preconditioner that uses an incomplete LU decomposition with no fill-in.
|
|
JacobiPreconditioner
|
Represents a preconditioner that uses the diagonal elements of the sparse matrix.
|
|
Preconditioner
|
Represents a preconditioner that is to be applied to a sparse matrix by an iterative solver.
|