Anasazi
Version of the Day
|
Template specialization of Anasazi::OperatorTraits class using the Thyra::LinearOpBase virtual base class and Thyra::MultiVectorBase class. More...
#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 . More... | |
Template specialization of Anasazi::OperatorTraits class using the Thyra::LinearOpBase virtual base class and Thyra::MultiVectorBase class.
This interface will ensure that any LinearOpBase and MultiVectorBase implementations will be accepted by the Anasazi templated solvers.
Definition at line 495 of file AnasaziThyraAdapter.hpp.
|
inlinestatic |
This method takes the MultiVectorBase x
and applies the LinearOpBase Op
to it resulting in the MultiVectorBase y
.
Definition at line 502 of file AnasaziThyraAdapter.hpp.