Public Member Functions | |
Constructor/Destructor | |
| AnasaziOp (Teuchos::RCP< Operator< ScalarT > > op) | |
| virtual | ~AnasaziOp () |
| Destructor. | |
Operator application method | |
| virtual void | Apply (const Anasazi::MultiVec< ScalarT > &x, Anasazi::MultiVec< ScalarT > &y) const |
This method takes the Anasazi::MultiVec x and applies the operator to it resulting in the Anasazi::MultiVec y. | |
| const Operator< ScalarT > & | getOp () |
Definition at line 17 of file anasaziHelper.hh.
|
inline |
Give a matrix instance which will be wrapped by this class
Definition at line 23 of file anasaziHelper.hh.
Destructor.
Definition at line 28 of file anasaziHelper.hh.
|
inline |
Definition at line 41 of file anasaziHelper.hh.