|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
Base interface for linear operators with a solve that can be accessed as sub-blocks. More...
#include <Thyra_BlockedLinearOpWithSolveBase.hpp>

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 |
| | |
Private Member Functions | |
| BlockedLinearOpWithSolveBase < Scalar > & | operator= (const BlockedLinearOpWithSolveBase< Scalar > &) |
Base interface for linear operators with a solve that can be accessed as sub-blocks.
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] |
Implemented in Thyra::DefaultBlockedTriangularLinearOpWithSolve< Scalar >.
| virtual Teuchos::RCP<const LinearOpWithSolveBase<Scalar> > Thyra::BlockedLinearOpWithSolveBase< Scalar >::getLOWSBlock | ( | const int | i, |
| const int | j | ||
| ) | const [pure virtual] |
Implemented in Thyra::DefaultBlockedTriangularLinearOpWithSolve< Scalar >.
| BlockedLinearOpWithSolveBase<Scalar>& Thyra::BlockedLinearOpWithSolveBase< Scalar >::operator= | ( | const BlockedLinearOpWithSolveBase< Scalar > & | ) | [private] |
1.7.4