10 #ifndef THYRA_EPETRA_OPERATOR_VIEW_EXTRACTOR_STD_HPP
11 #define THYRA_EPETRA_OPERATOR_VIEW_EXTRACTOR_STD_HPP
35 bool isCompatible(
const LinearOpBase<double> &fwdOp )
const;
38 const RCP<LinearOpBase<double> > &fwdOp,
40 const Ptr<EOpTransp> &epetraOpTransp,
41 const Ptr<EApplyEpetraOpAs> &epetraOpApplyAs,
42 const Ptr<EAdjointEpetraOp> &epetraOpAdjointSupport,
43 const Ptr<double> &epetraOpScalar
47 const RCP<
const LinearOpBase<double> > &fwdOp,
49 const Ptr<EOpTransp> &epetraOpTransp,
50 const Ptr<EApplyEpetraOpAs> &epetraOpApplyAs,
51 const Ptr<EAdjointEpetraOp> &epetraOpAdjointSupport,
52 const Ptr<double> &epetraOpScalar
63 #endif // THYRA_EPETRA_OPERATOR_VIEW_EXTRACTOR_STD_HPP
65 #if defined(Thyra_SHOW_DEPRECATED_WARNINGS)
67 #warning "The ThyraEpetraAdapters package is deprecated"