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::RefCountPtr< LinearOpWithSolveBase< DomainScalar, RangeScalar > > | getNonconstLows ()=0 |
Extra a non-const view of the underlying LinearOpWithSolveBase object. | |
| virtual Teuchos::RefCountPtr< const LinearOpWithSolveBase< DomainScalar, RangeScalar > > | getLows () const =0 |
Extra a const view of the underlying LinearOpWithSolveBase object. | |
LinearOpWithSolveBase object.
Definition at line 42 of file Thyra_InverseLinearOpBase.hpp.
|
|||||||||
|
Determine if the underlying
|
|
|||||||||
|
Extra a non-const view of the underlying
|
|
|||||||||
|
Extra a const view of the underlying
|
1.3.9.1