#include <AnasaziOperator.hpp>
Static Public Member Functions | |
Operator application method | |
| 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. | |
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 92 of file AnasaziOperator.hpp.
|
||||||||||||||||||||
|
This method takes the Anasazi::MultiVec
Definition at line 102 of file AnasaziOperator.hpp. |
1.3.9.1