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

Public Member Functions | |
| EpetraOp (const Teuchos::RefCountPtr< Epetra_Operator > &Op) | |
| ~EpetraOp () | |
| ReturnType | 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 231 of file BelosEpetraAdapter.cpp. |
|
|
Definition at line 139 of file BelosEpetraAdapter.hpp. |
|
||||||||||||||||
|
This routine takes the Belos::MultiVec
Implements Belos::Operator< double >. Definition at line 239 of file BelosEpetraAdapter.cpp. |
1.3.9.1