Epetra_Operator view out of a Thyra::LinearOpBase<double> object by dynamic casting to the EpetraLinearOpBase interface.
More...
#include <Thyra_EpetraOperatorViewExtractorStd.hpp>
Inheritance diagram for Thyra::EpetraOperatorViewExtractorStd:
Overridden from EpetraOperatorViewExtractorBase. | |
| bool | isCompatible (const LinearOpBase< double > &fwdOp) const |
| | |
| void | getEpetraOpView (const Teuchos::RefCountPtr< LinearOpBase< double > > &fwdOp, Teuchos::RefCountPtr< Epetra_Operator > *epetraOp, ETransp *epetraOpTransp, EApplyEpetraOpAs *epetraOpApplyAs, EAdjointEpetraOp *epetraOpAdjointSupport, double *epetraOpScalar) const |
| | |
| void | getEpetraOpView (const Teuchos::RefCountPtr< const LinearOpBase< double > > &fwdOp, Teuchos::RefCountPtr< const Epetra_Operator > *epetraOp, ETransp *epetraOpTransp, EApplyEpetraOpAs *epetraOpApplyAs, EAdjointEpetraOp *epetraOpAdjointSupport, double *epetraOpScalar) const |
| | |
Epetra_Operator view out of a Thyra::LinearOpBase<double> object by dynamic casting to the EpetraLinearOpBase interface.
ToDo: Finish documentation!
Definition at line 41 of file Thyra_EpetraOperatorViewExtractorStd.hpp.
|
|
Implements Thyra::EpetraOperatorViewExtractorBase. Definition at line 38 of file Thyra_EpetraOperatorViewExtractorStd.cpp. |
|
||||||||||||||||||||||||||||
|
Implements Thyra::EpetraOperatorViewExtractorBase. Definition at line 50 of file Thyra_EpetraOperatorViewExtractorStd.cpp. |
|
||||||||||||||||||||||||||||
|
Implements Thyra::EpetraOperatorViewExtractorBase. Definition at line 64 of file Thyra_EpetraOperatorViewExtractorStd.cpp. |
1.3.9.1