42#ifndef THYRA_MULTIPLIED_LINEAR_OP_BASE_HPP
43#define THYRA_MULTIPLIED_LINEAR_OP_BASE_HPP
46#include "Thyra_LinearOpBase.hpp"
Base class for all linear operators.
Interface class for implicitly multiplied linear operators.
virtual int numOps() const =0
Returns the number of constituent operators.
virtual Teuchos::RCP< LinearOpBase< Scalar > > getNonconstOp(const int k)=0
Return the kth non-constant constituent operator.
virtual bool opIsConst(const int k) const =0
Determine if the kth constituent operator is const-only or not.
virtual Teuchos::RCP< const LinearOpBase< Scalar > > getOp(const int k) const =0
Return the kth constant constituent operator.