#include <BelosOperator.hpp>
Static Public Member Functions | |
| static void | Apply (const Operator< ScalarType > &Op, const MultiVec< ScalarType > &x, MultiVec< ScalarType > &y, ETrans trans=NOTRANS) |
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 100 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 105 of file BelosOperator.hpp.
1.4.7