#include <Thyra_BlockedLinearOpBase.hpp>
Inheritance diagram for Thyra::BlockedLinearOpBase< RangeScalar, DomainScalar >:
Public Member Functions | |
| virtual Teuchos::RefCountPtr< const ProductVectorSpaceBase< RangeScalar > > | productRange () const =0 |
| Return the product space for the range. | |
| virtual Teuchos::RefCountPtr< const ProductVectorSpaceBase< DomainScalar > > | productDomain () const =0 |
| Return the product space for the domain. | |
| virtual bool | blockExists (const int i, const int j) const =0 |
Return if the block (i,j) exists or not. | |
| virtual bool | blockIsConst (const int i, const int j) const =0 |
Return if the block (i,j) is const only or not. | |
| virtual Teuchos::RefCountPtr< LinearOpBase< RangeScalar, DomainScalar > > | getNonconstBlock (const int i, const int j)=0 |
Return a non-const view of the block (i,j) if it exists. | |
| virtual Teuchos::RefCountPtr< const LinearOpBase< RangeScalar, DomainScalar > > | getBlock (const int i, const int j) const =0 |
Return a const view of the block (i,j) if it exists. | |
ToDo: Finish Documentation.
Definition at line 47 of file Thyra_BlockedLinearOpBase.hpp.
|
|||||||||
|
Return the product space for the range.
A return value of |
|
|||||||||
|
Return the product space for the domain.
A return value of |
|
||||||||||||||||
|
Return if the block
|
|
||||||||||||||||
|
Return if the block
|
|
||||||||||||||||
|
Return a non-const view of the block
Postconditions:
|
|
||||||||||||||||
|
Return a const view of the block
Postconditions:
|
1.3.9.1