10#include "Thyra_get_Epetra_Operator.hpp"
11#include "Thyra_EpetraLinearOp.hpp"
12#include "Teuchos_dyn_cast.hpp"
18get_Epetra_Operator( LinearOpBase<double> &op )
21 return thyra_epetra_op.epetra_op();
26get_Epetra_Operator(
const LinearOpBase<double> &op )
29 return thyra_epetra_op.epetra_op();
T_To & dyn_cast(T_From &from)