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

Public Member Functions | |
Constructor/Destructor | |
| EpetraOp (const Teuchos::RefCountPtr< 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. | |
Definition at line 241 of file AnasaziEpetraAdapter.hpp.
|
|
Basic constructor. Accepts reference-counted pointer to an Epetra_Operator.
Definition at line 242 of file AnasaziEpetraAdapter.cpp. |
|
|
Destructor.
Definition at line 247 of file AnasaziEpetraAdapter.cpp. |
|
||||||||||||
|
This method takes the Anasazi::MultiVec
Implements Anasazi::Operator< double >. Definition at line 253 of file AnasaziEpetraAdapter.cpp. |
1.3.9.1