42#include "Thyra_get_Epetra_Operator.hpp"
43#include "Thyra_EpetraLinearOp.hpp"
44#include "Teuchos_dyn_cast.hpp"
50get_Epetra_Operator( LinearOpBase<double> &op )
53 return thyra_epetra_op.epetra_op();
58get_Epetra_Operator(
const LinearOpBase<double> &op )
61 return thyra_epetra_op.epetra_op();
T_To & dyn_cast(T_From &from)