Anasazi
Version of the Day
|
Template specialization of Anasazi::OperatorTraits class using Anasazi::Operator and Anasazi::MultiVec virtual base classes. More...
#include <AnasaziOperator.hpp>
Static Public Member Functions | |
Operator application method | |
static void | Apply (const Operator< ScalarType > &Op, const MultiVec< ScalarType > &x, MultiVec< ScalarType > &y) |
This method takes the Anasazi::MultiVec x and applies the Anasazi::Operator Op to it resulting in the Anasazi::MultiVec y . More... | |
Template specialization of Anasazi::OperatorTraits class using Anasazi::Operator and Anasazi::MultiVec virtual base classes.
Any class that inherits from Anasazi::Operator will be accepted by the Anasazi templated solvers due to this interface to the Anasazi::OperatorTraits class.
Definition at line 73 of file AnasaziOperator.hpp.
|
inlinestatic |
This method takes the Anasazi::MultiVec x
and applies the Anasazi::Operator Op
to it resulting in the Anasazi::MultiVec y
.
Definition at line 83 of file AnasaziOperator.hpp.