Template Numerical Library version develop:1f26cbe9a
|
Namespace for linear system solvers. More...
Namespaces | |
namespace | Preconditioners |
Namespace for preconditioners of linear system solvers. | |
Classes | |
class | BICGStab |
Iterative solver of linear systems based on the biconjugate gradient stabilized (BICGStab) method. More... | |
class | BICGStabL |
Iterative solver of linear systems based on the BICGStab(l) method. More... | |
class | CG |
Iterative solver of linear systems based on the conjugate gradient method. More... | |
class | GMRES |
Iterative solver of linear systems based on the Generalized minimal residual (GMRES) method. More... | |
class | Jacobi |
Iterative solver of linear systems based on the Jacobi method. More... | |
struct | LinearResidueGetter |
class | LinearSolver |
Base class for iterative solvers of systems of linear equations. More... | |
class | SOR |
Iterative solver of linear systems based on the Successive-overrelaxation (SOR) or Gauss-Seidel method. More... | |
class | TFQMR |
Iterative solver of linear systems based on the Transpose-free quasi-minimal residual (TFQMR) method. More... | |
struct | Traits |
struct | Traits< Matrices::DistributedMatrix< Matrix > > |
Namespace for linear system solvers.
This namespace contains the following algorithms and methods for solution of linear systems.