Template Numerical Library version develop:1f26cbe9a
|
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< Matrices::DistributedMatrix< Matrix >, double, Devices::Cuda, int > |
class | ILU0_impl< Matrix, double, Devices::Cuda, int > |
class | ILU0_impl< Matrix, Real, Devices::Host, Index > |
Implementation of a preconditioner based in Incomplete LU - specialization for CPU. More... | |
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.