class DenseMatrixInverse : public MatrixInverse

Data type for inverse of square dense matrix

Inheritance:


Public Methods

DenseMatrixInverse(const RectangularMatrix & mat)
Creates square dense matrix. Computes factorization of mat and stores LU factors.
virtual void Mult(const Vector & x, Vector & y) const
Matrix vector multiplication with inverse of dense matrix.
virtual ~DenseMatrixInverse()
Destroys dense inverse matrix.

Inherited from MatrixInverse:

Public Methods

inline int Size() const

Documentation

Data type for inverse of square dense matrix. Stores LU factors
DenseMatrixInverse(const RectangularMatrix & mat)
Creates square dense matrix. Computes factorization of mat and stores LU factors.

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

virtual ~DenseMatrixInverse()
Destroys dense inverse matrix.


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