Jafar
Public Member Functions | Private Attributes
IncompleteCholeskyPreconditioner< Matrix > Class Template Reference

decomposes given matrix and solve L L^T x = b More...


Detailed Description

template<class Matrix>
class IncompleteCholeskyPreconditioner< Matrix >

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>

List of all members.

Public Member Functions

 IncompleteCholeskyPreconditioner (const Matrix &A)
template<class Vector >
void apply (const Vector &b, Vector &x) const

Private Attributes

Matrix L

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:31 for Jafar by doxygen 1.7.6.1
LAAS-CNRS