|
vrcore
0.45
visuReal Messkern
|
decomposes given matrix and solve L L^T x = b More...
#include <precond.hpp>
Public Member Functions | |
| IncompleteCholeskyPreconditioner (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: L is a lower triangular matrix computed by a fast incomplete cholesky decomposition. L has the same sparsity pattern as A and a full diagonal.