class DSmoother : public MatrixInverse

Data type for scaled Diagonal smoother of sparse matrix

Inheritance:


Public Methods

DSmoother(const SparseMatrix & a, double scale = 1.)
Create the diagonal smoother.
virtual void Mult( const Vector & x, Vector & y) const
Matrix vector multiplication with Diagonal smoother.
virtual ~DSmoother()
Destroys the Diagonal smoother.

Inherited from MatrixInverse:

Public Methods

inline int Size() const

Documentation

Data type for scaled Diagonal smoother of sparse matrix
DSmoother(const SparseMatrix & a, double scale = 1.)
Create the diagonal smoother.

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

virtual ~DSmoother()
Destroys the Diagonal smoother.


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