|
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. | |
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 383 of file AnasaziThyraDebugAdapter.hpp.
| Anasazi::ThyraOp< ScalarType >::ThyraOp | ( | const Teuchos::RCP< const Thyra::LinearOpBase< ScalarType > > & | Op | ) | [inline] |
Basic constructor. Accepts reference-counted pointer to an Thyra_Operator.
Definition at line 392 of file AnasaziThyraDebugAdapter.hpp.
| Anasazi::ThyraOp< ScalarType >::~ThyraOp | ( | ) | [inline] |
Destructor.
Definition at line 395 of file AnasaziThyraDebugAdapter.hpp.
| void Anasazi::ThyraOp< ScalarType >::Apply | ( | const MultiVec< ScalarType > & | X, |
| MultiVec< ScalarType > & | Y | ||
| ) | const [inline, virtual] |
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 404 of file AnasaziThyraDebugAdapter.hpp.
1.7.6.1