|
vrcore
0.45
visuReal Messkern
|
decomposes given matrix and solve L L^T x = b More...
#include <precond.hpp>
Public Member Functions | |
| CholeskyPreconditioner (const Matrix &A) | |
| template<class Vector > | |
| void | apply (const Vector &b, Vector &x) const |
decomposes given matrix and solve L L^T x = b
note: This is actually a Cholesky solver, not a real preconditioner