|
Belos Version of the Day
|
Virtual base class which defines basic traits for the operator type. More...
#include <BelosOperatorTraits.hpp>
Static Public Member Functions | |
| static void | Apply (const OP &Op, const MV &x, MV &y, ETrans trans=NOTRANS) |
| Application method which performs operation y = Op*x. An OperatorError exception is thrown if there is an error. | |
Virtual base class which defines basic traits for the operator type.
An adapter for this traits class must exist for the MV and OP types. If not, this class will produce a compile-time error.
Definition at line 73 of file BelosOperatorTraits.hpp.
| static void Belos::OperatorTraits< ScalarType, MV, OP >::Apply | ( | const OP & | Op, |
| const MV & | x, | ||
| MV & | y, | ||
| ETrans | trans = NOTRANS |
||
| ) | [inline, static] |
Application method which performs operation y = Op*x. An OperatorError exception is thrown if there is an error.
Definition at line 78 of file BelosOperatorTraits.hpp.
1.7.4