#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 . |
Definition at line 272 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 250 of file AnasaziEpetraAdapter.cpp.
Anasazi::EpetraOp::~EpetraOp | ( | ) |
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 261 of file AnasaziEpetraAdapter.cpp.