42 #include "Thyra_get_Epetra_Operator.hpp"
43 #include "Thyra_EpetraLinearOp.hpp"
44 #include "Teuchos_dyn_cast.hpp"
52 EpetraLinearOp &thyra_epetra_op = Teuchos::dyn_cast<EpetraLinearOp>(op);
53 return thyra_epetra_op.epetra_op();
60 const EpetraLinearOp &thyra_epetra_op = Teuchos::dyn_cast<const EpetraLinearOp>(op);
61 return thyra_epetra_op.epetra_op();