Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Functions
precond.hpp File Reference

define preconditioners More...


Detailed Description

define preconditioners

-*- c++ -*-

Definition in file precond.hpp.

Go to the source code of this file.

Classes

class  IdentityPreconditioner< MATRIX >
 Do-nothing preconditioner. More...
class  DiagonalPreconditioner< Matrix >
 scales x with diagonal of a given matrix More...
class  CholeskyPreconditioner< Matrix >
 decomposes given matrix and solve L L^T x = b More...
class  IncompleteCholeskyPreconditioner< Matrix >
 decomposes given matrix and solve L L^T x = b More...

Functions

template<class Matrix >
DiagonalPreconditioner< Matrix > make_DiagonalPreconditioner (const Matrix &A, const double eps=1.0e-14)
template<class Matrix >
CholeskyPreconditioner< Matrix > make_CholeskyPreconditioner (const Matrix &A)
template<class Matrix >
IncompleteCholeskyPreconditioner
< Matrix > 
make_IncompleteCholeskyPreconditioner (const Matrix &A)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

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