class GSSmoother : public MatrixInverse

Data type for Gauss-Seidel smoother of sparse matrix

Inheritance:


Public Methods

virtual void Mult(const Vector & x, Vector & y) const
Matrix vector multiplication.
GSSmoother(const SparseMatrix & a)
Create GSSmoother.
virtual void Mult( const Vector & x, Vector & y) const
Matrix vector multiplication with GS Smoother.
virtual ~GSSmoother()
Destroys the GS Smoother.

Inherited from MatrixInverse:

Public Methods

inline int Size() const

Documentation

Data type for Gauss-Seidel smoother of sparse matrix
virtual void Mult(const Vector & x, Vector & y) const
Matrix vector multiplication.

GSSmoother(const SparseMatrix & a)
Create GSSmoother.

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

virtual ~GSSmoother()
Destroys the GS 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