Extreme. Mathematics. Linear Algebra. Iterative Solvers Namespace
The Extreme.LinearAlgebra.IterativeSolvers namespace contains classes that implement iterative solvers for large, sparse systems.
Classes
BiConjugate | Represents a sparse linear solver that uses the bi-conjugate gradient algorithm. |
BiConjugate | Constructs a new sparse linear solver that uses the bi-conjugate gradient algorithm. |
Conjugate | Represents a sparse linear solver that uses the standard conjugate gradient algorithm. |
Conjugate | Represents a sparse solver that uses the Conjugate Gradient Squared algorithm. |
Gauss | Represents a sparse linear solver that uses the Gauss-Seidel method. |
Generalized | Represents a sparse linear solver that uses the Gemeralized Minimal RESidual (GMRES) algorithm. |
Iterative | Represents an iterative algorithm for solving sparse linear systems. |
Jacobi | Represents a sparse linear solver that uses the Jacobi method. |
Quasi | Constructs a new sparse linear solver that uses the quasi-minimal residual algorithm. |
Successive | Represents a sparse linear solver that uses the Successive Over-Relaxation (SOR) method. |