Solvers for systems of linear equations. More...
Classes | |
| class | BiCG |
| BiConjugate Gradient method. More... | |
| class | BiCGStab |
| Stabilised BiConjugate Gradient Method. More... | |
| class | CG |
| Conjugate Gradient method. More... | |
| class | Diagonal |
| Method for solving linear system of equations when A is diagonal. More... | |
| class | Gauss |
| Solves the linear set of equations where Ax = b using Gaussian Elimination with scaled partial pivoting. More... | |
| class | GS |
| Gauss-Siedel Iterative method. More... | |
Solvers for systems of linear equations.
Solvers for systems of linear equations of the form:
Solvers include:
1.6.1