class CGMatrixInverse : public MatrixInverse

Data type for matrix inverse (done by CG solver).

Inheritance:


Public Methods

CGMatrixInverse(const Matrix & a, int printiter = 0, int maxnumiter = 1000, double rtol = 10e-12, double atol = 10e-24)
Creates the matrix inverse.
virtual void Mult(const Vector & x, Vector & y) const
Matrix vector multiplication with CG Matrix Inverse.
virtual ~CGMatrixInverse()
Destroys the matrix inverse.

Inherited from MatrixInverse:

Public Methods

inline int Size() const

Documentation

Data type for matrix inverse (done by CG solver).
CGMatrixInverse(const Matrix & a, int printiter = 0, int maxnumiter = 1000, double rtol = 10e-12, double atol = 10e-24)
Creates the matrix inverse.

virtual void Mult(const Vector & x, Vector & y) const
Matrix vector multiplication with CG Matrix Inverse.

virtual ~CGMatrixInverse()
Destroys the matrix inverse.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de