|
Belos Version of the Day
|
Template specialization of Belos::OperatorTraits class using Belos::Operator and Belos::MultiVec virtual base classes. More...
#include <BelosOperator.hpp>
Static Public Member Functions | |
| static void | Apply (const Operator< ScalarType > &Op, const MultiVec< ScalarType > &x, MultiVec< ScalarType > &y, ETrans trans=NOTRANS) |
Template specialization of Belos::OperatorTraits class using Belos::Operator and Belos::MultiVec virtual base classes.
Any class that inherits from Belos::Operator will be accepted by the Belos templated solvers due to this interface to the Belos::OperatorTraits class.
Definition at line 113 of file BelosOperator.hpp.
| static void Belos::OperatorTraits< ScalarType, MultiVec< ScalarType >, Operator< ScalarType > >::Apply | ( | const Operator< ScalarType > & | Op, |
| const MultiVec< ScalarType > & | x, | ||
| MultiVec< ScalarType > & | y, | ||
| ETrans | trans = NOTRANS |
||
| ) | [inline, static] |
Definition at line 118 of file BelosOperator.hpp.
1.7.4