class BandMatrixInverse : public MatrixInverse

Data type for inverse of band matrix

Inheritance:


Public Methods

BandMatrixInverse(const BandMatrix & mat)
Creates band inverse matrix
int HalfBandWidth() const
Returns the half-band-width of the original band matrix.
virtual void Mult(const Vector & x, Vector & y) const
Matrix vector multiplication with band-inverse Matrix.
virtual ~BandMatrixInverse()
Destroys band inverse matrix.

Inherited from MatrixInverse:

Public Methods

inline int Size() const

Documentation

Data type for inverse of band matrix. Stores LU factors
BandMatrixInverse(const BandMatrix & mat)
Creates band inverse matrix. Computes the LU factorization of mat and stores it.

int HalfBandWidth() const
Returns the half-band-width of the original band matrix.

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

virtual ~BandMatrixInverse()
Destroys band 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