#include <AnasaziEpetraAdapter.hpp>
Inheritance diagram for Anasazi::EpetraOp:

Public Member Functions | |
Constructor/Destructor | |
| EpetraOp (const Teuchos::RCP< Epetra_Operator > &Op) | |
| Basic constructor. Accepts reference-counted pointer to an Epetra_Operator. | |
| ~EpetraOp () | |
| Destructor. | |
Operator application method | |
| void | Apply (const MultiVec< double > &X, MultiVec< double > &Y) const |
This method takes the Anasazi::MultiVec X and applies the operator to it resulting in the Anasazi::MultiVec Y. | |
| Anasazi::EpetraOp::EpetraOp | ( | const Teuchos::RCP< Epetra_Operator > & | Op | ) |
Basic constructor. Accepts reference-counted pointer to an Epetra_Operator.
| Anasazi::EpetraOp::~EpetraOp | ( | ) |
Destructor.
| void Anasazi::EpetraOp::Apply | ( | const MultiVec< double > & | X, | |
| MultiVec< double > & | Y | |||
| ) | const [virtual] |
This method takes the Anasazi::MultiVec X and applies the operator to it resulting in the Anasazi::MultiVec Y.
Implements Anasazi::Operator< double >.
1.4.7