NGSolve  4.9
Public Member Functions | Protected Attributes
ngla::ChebyshevIteration Class Reference

Chebyshev iteraion. More...

#include <chebyshev.hpp>

Inheritance diagram for ngla::ChebyshevIteration:
ngla::BaseMatrix

List of all members.

Public Member Functions

 ChebyshevIteration (const BaseMatrix &aa, const BaseMatrix &ac, int steps)
void SetBounds (double almin, double almax)
virtual void Mult (const BaseVector &v, BaseVector &prod) const
 y = matrix * x. Multadd should be implemented, instead
virtual BaseVectorCreateVector () const
 creates a matching vector (for square matrices)

Protected Attributes

const BaseMatrixa
const BaseMatrixc
int steps
double lmin
double lmax

Detailed Description

Chebyshev iteraion.


The documentation for this class was generated from the following file: