|
Template Numerical Library version\ main:d08c4decc
|
Namespace for preconditioners of linear system solvers. More...
Classes | |
| class | Diagonal |
| Diagonal (Jacobi) preconditioner for iterative solvers of linear systems. More... | |
| class | Diagonal< Matrices::DistributedMatrix< Matrix > > |
| Specialization of the diagonal preconditioner for distributed matrices. More... | |
| class | ILU0 |
| Implementation of a preconditioner based on Incomplete LU. More... | |
| class | ILU0_impl |
| class | ILU0_impl< Matrix, Real, Devices::Cuda, Index > |
| class | ILU0_impl< Matrix, Real, Devices::Host, Index > |
| Implementation of a preconditioner based in Incomplete LU - specialization for CPU. More... | |
| class | ILU0_impl< Matrix, Real, Devices::Sequential, Index > |
| class | ILUT |
| Implementation of a preconditioner based on Incomplete LU with thresholding. More... | |
| class | ILUT_impl |
| class | ILUT_impl< Matrix, Real, Devices::Cuda, Index > |
| class | ILUT_impl< Matrix, Real, Devices::Host, Index > |
| class | ILUT_impl< Matrix, Real, Devices::Sequential, Index > |
| class | Preconditioner |
| Base class for preconditioners of of iterative solvers of linear systems. More... | |
Namespace for preconditioners of linear system solvers.
This namespace contains the following preconditioners for iterative solvers linear systems.