42 #ifndef THYRA_LINEAR_OP_DEFAULT_DECL_HPP 43 #define THYRA_LINEAR_OP_DEFAULT_DECL_HPP 45 #include "Thyra_LinearOpBase.hpp" 54 template<
class Scalar>
58 #ifdef THYRA_INJECT_USING_DECLARATIONS 97 Teuchos::FancyOStream &out
98 ,
const Teuchos::EVerbosityLevel verbLevel
107 #endif // THYRA_LINEAR_OP_DEFAULT_DECL_HPP Node subclass that provides a good default implementation for the describe() function.
std::string description() const
Default description that gives the label, type, and dimenstion .
void describe(Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const
Generates a default outputting for all linear operators.
Base class for all linear operators.