#include <Thyra_BlockedLinearOpWithSolveBase.hpp>
Inheritance diagram for Thyra::BlockedLinearOpWithSolveBase< Scalar >:

Public Member Functions | |
| virtual Teuchos::RCP< LinearOpWithSolveBase< Scalar > > | getNonconstLOWSBlock (const int i, const int j)=0 |
| | |
| virtual Teuchos::RCP< const LinearOpWithSolveBase< Scalar > > | getLOWSBlock (const int i, const int j) const =0 |
| | |
ToDo: Finish Documentation.
Definition at line 47 of file Thyra_BlockedLinearOpWithSolveBase.hpp.
| virtual Teuchos::RCP<LinearOpWithSolveBase<Scalar> > Thyra::BlockedLinearOpWithSolveBase< Scalar >::getNonconstLOWSBlock | ( | const int | i, | |
| const int | j | |||
| ) | [pure virtual] |
| virtual Teuchos::RCP<const LinearOpWithSolveBase<Scalar> > Thyra::BlockedLinearOpWithSolveBase< Scalar >::getLOWSBlock | ( | const int | i, | |
| const int | j | |||
| ) | const [pure virtual] |
1.4.7