#include <AnasaziThyraAdapter.hpp>
Static Public Member Functions | |
| static void | Apply (const Thyra::LinearOpBase< ScalarType > &Op, const Thyra::MultiVectorBase< ScalarType > &x, Thyra::MultiVectorBase< ScalarType > &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 Anasazi templated solvers.
| static void Anasazi::OperatorTraits< ScalarType, Thyra::MultiVectorBase< ScalarType >, Thyra::LinearOpBase< ScalarType > >::Apply | ( | const Thyra::LinearOpBase< ScalarType > & | Op, | |
| const Thyra::MultiVectorBase< ScalarType > & | x, | |||
| Thyra::MultiVectorBase< ScalarType > & | y | |||
| ) | [inline, static] |
This method takes the MultiVectorBase x and applies the LinearOpBase Op to it resulting in the MultiVectorBase y.
1.4.7