tminres
|
This class defines the interface of a linear operator to be used as a preconditioner in MINRES. More...
#include <Operator_trait.hpp>
Public Member Functions | |
void | Apply (const Vector_trait &X, Vector_trait &Y) const =0 |
Y = M \ X;. |
This class defines the interface of a linear operator to be used as a preconditioner in MINRES.
Definition at line 38 of file Operator_trait.hpp.