class MatrixInverse

Abstract data type for matrix inverse

Inheritance:


Public Methods

MatrixInverse(const Matrix & mat)
Creates approximation of the inverse of square matrix
inline int Size() const
Returns the size of the matrix.
virtual void Mult(const Vector & x, Vector & y) const
Matrix vector multiplication with the inverse.
virtual ~MatrixInverse()
Destroys inverse matrix.

Documentation

Abstract data type for matrix inverse
MatrixInverse(const Matrix & mat)
Creates approximation of the inverse of square matrix

inline int Size() const
Returns the size of the matrix.

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

virtual ~MatrixInverse()
Destroys inverse matrix.


Direct child classes:
TriDiagonalMatrixInverse
SymDenseMatrixInverse
PCGMatrixInverse
GSSmoother
DenseMatrixInverse
DSmoother
CGMatrixInverse
BandMatrixInverse
AbstractMultigrid

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