Extreme. Mathematics. Linear Algebra. Iterative Solvers. 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
Identity | Represents a preconditioner that has no effect. |
Incomplete | Represents a preconditioner that uses an incomplete LU decomposition with no fill-in. |
Jacobi | 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. |