#include <AnasaziOperator.hpp>
Static Public Member Functions | |
Operator application method | |
| ReturnType | 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. | |
Any class that inherits from Anasazi::Operator will be accepted by the Anasazi templated solvers due to this interface to the Anasazi::OperatorTraits class.
1.3.9.1