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

scales x with diagonal of a given matrix More...


Detailed Description

template<class Matrix>
class DiagonalPreconditioner< Matrix >

scales x with diagonal of a given matrix

Definition at line 54 of file precond.hpp.

#include <precond.hpp>

List of all members.

Public Types

typedef Matrix::value_type value_type
typedef Matrix::size_type size_type

Public Member Functions

 DiagonalPreconditioner (const Matrix &A, const double eps=1.0e-14)
template<class Vector >
void apply (const Vector &b, Vector &x) const

Private Attributes

ublas::vector< value_type > diag
const double EPS

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:30 for Jafar by doxygen 1.7.6.1
LAAS-CNRS