Jafar
|
decomposes given matrix and solve L L^T x = b More...
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.
Definition at line 133 of file precond.hpp.
#include <precond.hpp>
Public Member Functions | |
IncompleteCholeskyPreconditioner (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:31 for Jafar by doxygen 1.7.6.1 |