Jafar
|
define preconditioners More...
Go to the source code of this file.
Classes | |
class | IdentityPreconditioner< MATRIX > |
Do-nothing preconditioner. More... | |
class | DiagonalPreconditioner< Matrix > |
scales x with diagonal of a given matrix More... | |
class | CholeskyPreconditioner< Matrix > |
decomposes given matrix and solve L L^T x = b More... | |
class | IncompleteCholeskyPreconditioner< Matrix > |
decomposes given matrix and solve L L^T x = b More... | |
Functions | |
template<class Matrix > | |
DiagonalPreconditioner< Matrix > | make_DiagonalPreconditioner (const Matrix &A, const double eps=1.0e-14) |
template<class Matrix > | |
CholeskyPreconditioner< Matrix > | make_CholeskyPreconditioner (const Matrix &A) |
template<class Matrix > | |
IncompleteCholeskyPreconditioner < Matrix > | make_IncompleteCholeskyPreconditioner (const Matrix &A) |
Generated on Wed Oct 15 2014 00:37:29 for Jafar by doxygen 1.7.6.1 |