44#include "Thyra_ModelEvaluatorBase_decl.hpp"
57 std::ostringstream oss;
58 oss <<
"DerivativeSupport{";
63 bool wroteOutput =
false;
64 if (supportsLinearOp_) {
65 oss <<
"DERIV_LINEAR_OP";
68 if (supportsMVByCol_) {
72 if (supportsTransMVByRow_) {
85#ifdef HAVE_THYRA_EXPLICIT_INSTANTIATION
88#include "Thyra_ModelEvaluatorBase_def.hpp"
89#include "Teuchos_ExplicitInstantiationHelpers.hpp"
#define TEUCHOS_MACRO_TEMPLATE_INSTANT_SCALAR_TYPES(MACRONAME)
std::string description() const
ModelEvaluatorBase()
constructor
@ DERIV_MV_BY_COL
Deprecated!
@ DERIV_TRANS_MV_BY_ROW
Deprecated!
TEUCHOSCORE_LIB_DLL_EXPORT std::string toString(const EVerbosityLevel verbLevel)