Base class for preconditioners.
More...
#include <Iterative.hxx>
|
| Preconditioner_Base () |
| Default constructor.
|
|
template<class Matrix1 , class Vector1 > |
void | Solve (const Matrix1 &A, const Vector1 &r, Vector1 &z) |
| Solves M z = r. More...
|
|
template<class Matrix1 , class Vector1 > |
void | TransSolve (const Matrix1 &A, const Vector1 &r, Vector1 &z) |
| Solves M^t z = r. More...
|
|
template<class T>
class Seldon::Preconditioner_Base< T >
Base class for preconditioners.
Definition at line 26 of file Iterative.hxx.
◆ Solve()
template<class T >
template<class Matrix1 , class Vector1 >
◆ TransSolve()
template<class T >
template<class Matrix1 , class Vector1 >
The documentation for this class was generated from the following files: