Belos
Version of the Day
|
Partial specialization of OperatorTraits for InnerSolver. More...
#include <BelosInnerSolver.hpp>
Static Public Member Functions | |
static void | Apply (const InnerSolver< Scalar, MV, OP > &Op, const MV &x, MV &y, ETrans trans=NOTRANS) |
Partial specialization of OperatorTraits for InnerSolver.
This partial specialization lets you use InnerSolver (or any of its implementations) as an operator ("OP") in any of the Belos iterative methods. Remember that in Belos, the preconditioner and the matrix operators must have the same type. Thus, using InnerSolver as the OP template argument in Belos solvers would be best with unpreconditioned iterative methods.
Definition at line 233 of file BelosInnerSolver.hpp.
|
inlinestatic |
Definition at line 236 of file BelosInnerSolver.hpp.