|
Anasazi Version of the Day
|
Adapter class for creating an operator to apply to an Anasazi::EpetraOpMultiVec. More...
#include <AnasaziSpecializedEpetraAdapter.hpp>
Public Member Functions | |
| EpetraOpMVOp (const Teuchos::RCP< const Epetra_Operator > &OP, bool isTrans=false) | |
Basic constructor for applying operator [default] or . | |
| ~EpetraOpMVOp () | |
| Destructor. | |
| void | Apply (const MultiVec< double > &X, MultiVec< double > &Y) const |
| Apply method. | |
Adapter class for creating an operator to apply to an Anasazi::EpetraOpMultiVec.
Definition at line 297 of file AnasaziSpecializedEpetraAdapter.hpp.
| Anasazi::EpetraOpMVOp::EpetraOpMVOp | ( | const Teuchos::RCP< const Epetra_Operator > & | OP, |
| bool | isTrans = false |
||
| ) | [inline] |
Basic constructor for applying operator
[default] or
.
If isTrans is false this operator will apply
, else it will apply
.
Definition at line 302 of file AnasaziSpecializedEpetraAdapter.hpp.
| Anasazi::EpetraOpMVOp::~EpetraOpMVOp | ( | ) | [inline] |
Destructor.
Definition at line 309 of file AnasaziSpecializedEpetraAdapter.hpp.
| void Anasazi::EpetraOpMVOp::Apply | ( | const MultiVec< double > & | X, |
| MultiVec< double > & | Y | ||
| ) | const [virtual] |
Apply method.
This method will apply
or
to X, returning Y.
Implements Anasazi::Operator< double >.
Definition at line 287 of file AnasaziSpecializedEpetraAdapter.cpp.
1.7.4