10#ifndef THYRA_BLOCKED_LINEAR_OP_WITH_SOLVE_BASE_HPP 
   11#define THYRA_BLOCKED_LINEAR_OP_WITH_SOLVE_BASE_HPP 
   13#include "Thyra_LinearOpWithSolveBase.hpp" 
   14#include "Thyra_BlockedLinearOpBase.hpp" 
Base interface for linear operators that can be accessed as sub-blocks.
 
Base interface for linear operators with a solve that can be accessed as sub-blocks.
 
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
 
Base class for all linear operators that can support a high-level solve operation.