|
Anasazi
Version of the Day
|
Basic adapter class for Anasazi::Operator that uses Epetra_Operator. More...
#include <AnasaziEpetraAdapter.hpp>
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. | |
Basic adapter class for Anasazi::Operator that uses Epetra_Operator.
Definition at line 329 of file AnasaziEpetraAdapter.hpp.
| Anasazi::EpetraOp::EpetraOp | ( | const Teuchos::RCP< Epetra_Operator > & | Op | ) |
Basic constructor. Accepts reference-counted pointer to an Epetra_Operator.
Definition at line 256 of file AnasaziEpetraAdapter.cpp.
Destructor.
Definition at line 261 of file AnasaziEpetraAdapter.cpp.
| 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 >.
Definition at line 267 of file AnasaziEpetraAdapter.cpp.
1.7.6.1