KrisLibrary  1.0.0
Public Member Functions | Public Attributes | List of all members
Math::JacobiPreconditioner< Matrix > Struct Template Reference

Jacobi preconditioning (inverse of diagonal) More...

#include <conjgrad.h>

Public Member Functions

 JacobiPreconditioner (const Matrix &m)
 
void set (const Matrix &m)
 
void solve (const Vector &r, Vector &x) const
 

Public Attributes

bool isSet
 
Vector diagInv
 

Detailed Description

template<class Matrix>
struct Math::JacobiPreconditioner< Matrix >

Jacobi preconditioning (inverse of diagonal)


The documentation for this struct was generated from the following file: