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