| 
    Belos
    Version of the Day
    
   | 
 
#include <BelosOperatorT.hpp>
Public Member Functions | |
Constructor/Destructor  | |
| OperatorT () | |
| Default constructor.  More... | |
| virtual | ~OperatorT () | 
| Destructor.  More... | |
Operator application method  | |
| virtual void | Apply (const MV &x, MV &y, ETrans trans=NOTRANS) const =0 | 
This routine takes the Belos::MultiVec x and applies the operator to it resulting in the Belos::MultiVec y, which is returned.  More... | |
Definition at line 17 of file BelosOperatorT.hpp.
      
  | 
  inline | 
Default constructor.
Definition at line 25 of file BelosOperatorT.hpp.
      
  | 
  inlinevirtual | 
Destructor.
Definition at line 28 of file BelosOperatorT.hpp.
      
  | 
  pure 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. 
 1.8.5