#include <BelosEpetraAdapter.hpp>
Inheritance diagram for Belos::EpetraOp:

Public Member Functions | |
| EpetraOp (const Teuchos::RCP< Epetra_Operator > &Op) | |
| ~EpetraOp () | |
| void | Apply (const MultiVec< double > &x, MultiVec< double > &y, ETrans trans=NOTRANS) const |
This routine takes the Belos::MultiVec x and applies the operator to it resulting in the Belos::MultiVec y, which is returned. | |
Definition at line 170 of file BelosEpetraAdapter.hpp.
| EpetraOp::EpetraOp | ( | const Teuchos::RCP< Epetra_Operator > & | Op | ) |
Definition at line 275 of file BelosEpetraAdapter.cpp.
| Belos::EpetraOp::~EpetraOp | ( | ) | [inline] |
Definition at line 173 of file BelosEpetraAdapter.hpp.
| void EpetraOp::Apply | ( | const MultiVec< double > & | x, | |
| MultiVec< double > & | y, | |||
| ETrans | trans = NOTRANS | |||
| ) | const [virtual] |
This routine takes the Belos::MultiVec x and applies the operator to it resulting in the Belos::MultiVec y, which is returned.
x will be indicated by an std::exception being thrown. Implements Belos::Operator< double >.
Definition at line 283 of file BelosEpetraAdapter.cpp.
1.4.7