| 
    Anasazi Version of the Day
    
   | 
 
Basic adapter class for Anasazi::Operator that uses Thyra_Operator. More...
#include <AnasaziThyraDebugAdapter.hpp>
  
Public Member Functions | |
Constructor/Destructor  | |
| ThyraOp (const Teuchos::RCP< const Thyra::LinearOpBase< ScalarType > > &Op) | |
| Basic constructor. Accepts reference-counted pointer to an Thyra_Operator.   | |
| ~ThyraOp () | |
| Destructor.   | |
  Public Member Functions inherited from Anasazi::Operator< ScalarType > | |
| Operator () | |
| Default constructor.   | |
| virtual | ~Operator () | 
| Destructor.   | |
Operator application method | |
| void | Apply (const MultiVec< ScalarType > &X, MultiVec< ScalarType > &Y) const | 
This method takes the Anasazi::MultiVec X and applies the operator to it resulting in the Anasazi::MultiVec Y.   | |
Basic adapter class for Anasazi::Operator that uses Thyra_Operator.
Definition at line 364 of file AnasaziThyraDebugAdapter.hpp.
      
  | 
  inline | 
Basic constructor. Accepts reference-counted pointer to an Thyra_Operator.
Definition at line 373 of file AnasaziThyraDebugAdapter.hpp.
      
  | 
  inline | 
Destructor.
Definition at line 376 of file AnasaziThyraDebugAdapter.hpp.
      
  | 
  inlinevirtual | 
This method takes the Anasazi::MultiVec X and applies the operator to it resulting in the Anasazi::MultiVec Y. 
Implements Anasazi::Operator< ScalarType >.
Definition at line 385 of file AnasaziThyraDebugAdapter.hpp.