class SymDenseMatrixInverse : public MatrixInverse

Data type for inverse of symmetric dense matrix

Inheritance:


Public Methods

SymDenseMatrixInverse(const SymDenseMatrix & mat)
Creates symmetric dense inverse matrix
virtual void Mult(const Vector & x, Vector & y) const
Matrix vector multiplication with the inverse of symmetric dense matrix
virtual ~SymDenseMatrixInverse()
Destroys inverse symmetric dense matrix.

Inherited from MatrixInverse:

Public Methods

inline int Size() const

Documentation

Data type for inverse of symmetric dense matrix. Stores L and D factors of the L D Lt decomposition
SymDenseMatrixInverse(const SymDenseMatrix & mat)
Creates symmetric dense inverse matrix. Computes the L D Lt factorization of mat and stores it.

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

virtual ~SymDenseMatrixInverse()
Destroys inverse symmetric dense 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