LinearOpWithSolveBase objects that can be accessed in blocks.
More...
#include <Thyra_BlockedLinearOpWithSolveBase.hpp>
Inheritance diagram for Thyra::BlockedLinearOpWithSolveBase< RangeScalar, DomainScalar >:
Public Member Functions | |
| virtual Teuchos::RefCountPtr< LinearOpWithSolveBase< RangeScalar, DomainScalar > > | getNonconstBlockLOWS (const int i, const int j)=0 |
Return a non-const view of the block (i,j) if it exists. | |
| virtual Teuchos::RefCountPtr< const LinearOpWithSolveBase< RangeScalar, DomainScalar > > | getBlockLOWS (const int i, const int j) const =0 |
Return a const view of the block (i,j) if it exists. | |
LinearOpWithSolveBase objects that can be accessed in blocks.
ToDo: Finish Documentation.
Definition at line 45 of file Thyra_BlockedLinearOpWithSolveBase.hpp.
|
||||||||||||||||
|
Return a non-const view of the block
Postconditions:
|
|
||||||||||||||||
|
Return a const view of the block
Postconditions:
|
1.3.9.1