LinearOpWithSolveBase object.
More...
#include <Thyra_InverseLinearOpBase.hpp>
Inheritance diagram for Thyra::InverseLinearOpBase< Scalar >:

Public Member Functions | |
| virtual bool | isLowsConst () const =0 |
Determine if the underlying LinearOpWithSolveBase is const-only or not. | |
| virtual Teuchos::RCP< LinearOpWithSolveBase< Scalar > > | getNonconstLows ()=0 |
Extra a non-const view of the underlying LinearOpWithSolveBase object. | |
| virtual Teuchos::RCP< const LinearOpWithSolveBase< Scalar > > | getLows () const =0 |
Extra a const view of the underlying LinearOpWithSolveBase object. | |
LinearOpWithSolveBase object.
Definition at line 44 of file Thyra_InverseLinearOpBase.hpp.
| virtual bool Thyra::InverseLinearOpBase< Scalar >::isLowsConst | ( | ) | const [pure virtual] |
Determine if the underlying LinearOpWithSolveBase is const-only or not.
| virtual Teuchos::RCP<LinearOpWithSolveBase<Scalar> > Thyra::InverseLinearOpBase< Scalar >::getNonconstLows | ( | ) | [pure virtual] |
Extra a non-const view of the underlying LinearOpWithSolveBase object.
| virtual Teuchos::RCP<const LinearOpWithSolveBase<Scalar> > Thyra::InverseLinearOpBase< Scalar >::getLows | ( | ) | const [pure virtual] |
Extra a const view of the underlying LinearOpWithSolveBase object.
1.4.7