Extreme.Mathematics.LinearAlgebra.IterativeSolvers.Preconditioners Namespace

The Extreme.LinearAlgebra.IterativeSolvers.Preconditioners namespace contains classes that implement preconditioners that can be used with the iterative solvers for large, sparse systems.

Classes

IdentityPreconditioner<T> Represents a preconditioner that has no effect.
IncompleteLUPreconditioner<T> Represents a preconditioner that uses an incomplete LU decomposition with no fill-in.
JacobiPreconditioner<T> Represents a preconditioner that uses the diagonal elements of the sparse matrix.
Preconditioner<T> Represents a preconditioner that is to be applied to a sparse matrix by an iterative solver.