#include "Thyra_EpetraTypes.hpp"
#include "Teuchos_TestForException.hpp"
#include "Teuchos_TypeNameTraits.hpp"
#include <stdexcept>
Go to the source code of this file.
|
| template<class Scalar > |
| Teuchos::RCP< Epetra_Operator > | Thyra::get_Epetra_Operator (LinearOpBase< Scalar > &) |
| | Get smart pointer to non-const Epetra_Operator object from reference to a non-const EpetraLinearOp accessed through its LinearOpBase interface. More...
|
| |
| template<> |
| Teuchos::RCP< Epetra_Operator > | Thyra::get_Epetra_Operator (LinearOpBase< double > &op) |
| | Full specialization for Scalar=double. More...
|
| |
| template<class Scalar > |
| Teuchos::RCP< const Epetra_Operator > | Thyra::get_Epetra_Operator (const LinearOpBase< Scalar > &) |
| | Get smart pointer to const Epetra_Operator object from reference to a const EpetraLinearOp accessed through its LinearOpBase interface. More...
|
| |
| template<> |
| Teuchos::RCP< const Epetra_Operator > | Thyra::get_Epetra_Operator (const LinearOpBase< double > &op) |
| | Full specialization for Scalar=double. More...
|
| |