Thyra Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Thyra_get_Epetra_Operator.hpp File Reference
#include "Thyra_EpetraTypes.hpp"
#include "Teuchos_TestForException.hpp"
#include "Teuchos_TypeNameTraits.hpp"
#include <stdexcept>
Include dependency graph for Thyra_get_Epetra_Operator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Thyra
 

Functions

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...