| 
    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.   | |
  Public Member Functions inherited from Anasazi::Operator< double > | |
| Operator () | |
| Default constructor.   | |
| virtual | ~Operator () | 
| 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 310 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 237 of file AnasaziEpetraAdapter.cpp.
| Anasazi::EpetraOp::~EpetraOp | ( | ) | 
Destructor.
Definition at line 242 of file AnasaziEpetraAdapter.cpp.
      
  | 
  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 248 of file AnasaziEpetraAdapter.cpp.