42#ifndef THYRA_SCALED_MODEL_EVALUATOR_HPP
43#define THYRA_SCALED_MODEL_EVALUATOR_HPP
45#include "Thyra_ModelEvaluatorDelegatorBase.hpp"
100 srme->initialize(model);
Concrete aggregate class for all input arguments computable by a ModelEvaluator subclass object.
Concrete aggregate class for all output arguments computable by a ModelEvaluator subclass object.
This is a base class that delegetes almost all function to a wrapped model evaluator object.
Pure abstract base interface for evaluating a stateless "model" that can be mapped into a number of d...
This class decorates a ModelEvaluator and returns scaled residual and Jacobian values.
std::string description() const
void set_f_scaling(const RCP< const Thyra::VectorBase< Scalar > > &f_scaling)
ScaledModelEvaluator()
Constructs to uninitialized.
Abstract interface for finite-dimensional dense vectors.