|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
Base interface for <ttLinearOpBase objects that are implemented in terms of the solve function on a LinearOpWithSolveBase object.
More...
#include <Thyra_InverseLinearOpBase.hpp>

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. | |
Base interface for <ttLinearOpBase objects that are implemented in terms of the solve function on a 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.
Implemented in Thyra::DefaultInverseLinearOp< Scalar >.
| virtual Teuchos::RCP<LinearOpWithSolveBase<Scalar> > Thyra::InverseLinearOpBase< Scalar >::getNonconstLows | ( | ) | [pure virtual] |
Extra a non-const view of the underlying LinearOpWithSolveBase object.
Implemented in Thyra::DefaultInverseLinearOp< Scalar >.
| virtual Teuchos::RCP<const LinearOpWithSolveBase<Scalar> > Thyra::InverseLinearOpBase< Scalar >::getLows | ( | ) | const [pure virtual] |
Extra a const view of the underlying LinearOpWithSolveBase object.
Implemented in Thyra::DefaultInverseLinearOp< Scalar >.
1.7.4