|
Thyra Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Thyra_EpetraTypes.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
Functions | |
| Teuchos::RCP< Epetra_Operator > | Thyra::get_Epetra_Operator (LinearOpBase< double > &op) |
Get smart pointer to non-const Epetra_Operator object from reference to a non-const EpetraLinearOp accessed through its LinearOpBase interface. | |
| Teuchos::RCP< const Epetra_Operator > | Thyra::get_Epetra_Operator (const LinearOpBase< double > &op) |
Get smart pointer to const Epetra_Operator object from reference to a const EpetraLinearOp accessed through its LinearOpBase interface. | |
1.7.6.1