|
Jafar
|
decomposes given matrix and solve L L^T x = b More...
decomposes given matrix and solve L L^T x = b
note: This is actually a Cholesky solver, not a real preconditioner
Definition at line 97 of file precond.hpp.
#include <precond.hpp>
Public Member Functions | |
| CholeskyPreconditioner (const Matrix &A) | |
| template<class Vector > | |
| void | apply (const Vector &b, Vector &x) const |
Private Attributes | |
| Matrix | L |
| Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1 |
|