Warning: this documentation for the development version is under construction.
Base class for preconditioners. More...
#include <Iterative.hxx>
Public Member Functions | |
Preconditioner_Base () | |
Default constructor. | |
template<class Matrix1 , class Vector1 > | |
void | Solve (const Matrix1 &A, const Vector1 &r, Vector1 &z) |
Solves M z = r. | |
template<class Matrix1 , class Vector1 > | |
void | TransSolve (const Matrix1 &A, const Vector1 &r, Vector1 &z) |
Solves M^t z = r. |
Base class for preconditioners.
Definition at line 25 of file Iterative.hxx.
void Seldon::Preconditioner_Base::Solve | ( | const Matrix1 & | A, | |
const Vector1 & | r, | |||
Vector1 & | z | |||
) |
void Seldon::Preconditioner_Base::TransSolve | ( | const Matrix1 & | A, | |
const Vector1 & | r, | |||
Vector1 & | z | |||
) |