Empty preconditioner class. More...
#include <empty_precond.hpp>
Public Member Functions | |
| Empty_Precond () | |
| Constructor. More... | |
| ~Empty_Precond () | |
| Destructor. More... | |
| void | solve (Vector &x, const Vector &b) const |
| Return x = b. More... | |
Public Member Functions inherited from Precond | |
| virtual | ~Precond () |
| Virtual destructor. More... | |
Empty preconditioner class.
|
inline |
Constructor.
|
inline |
Destructor.
Return x = b.
Implements Precond.