#include <BelosThyraAdapter.hpp>
Static Public Member Functions | |
| static void | Apply (const TLOB &Op, const TMVB &x, TMVB &y) |
This method takes the MultiVectorBase x and applies the LinearOpBase Op to it resulting in the MultiVectorBase y. | |
This interface will ensure that any LinearOpBase and MultiVectorBase implementations will be accepted by the Belos templated solvers.
Definition at line 373 of file BelosThyraAdapter.hpp.
| static void Belos::OperatorTraits< ScalarType, Thyra::MultiVectorBase< ScalarType >, Thyra::LinearOpBase< ScalarType > >::Apply | ( | const TLOB & | Op, | |
| const TMVB & | x, | |||
| TMVB & | y | |||
| ) | [inline, static] |
This method takes the MultiVectorBase x and applies the LinearOpBase Op to it resulting in the MultiVectorBase y.
Definition at line 383 of file BelosThyraAdapter.hpp.
1.5.8