Thyra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
Thyra nonlinear model-evaluator support

This is the Nonlinear Model Evaluator Support. More...

Collaboration diagram for Thyra nonlinear model-evaluator support:

Classes

class  Thyra::DefaultEvaluationLoggerModelEvaluator< Scalar >
 This class wraps any ModelEvaluator object and logs the evaluation of various functions. More...
 
class  Thyra::DefaultFinalPointCaptureModelEvaluator< Scalar >
 This class wraps any ModelEvaluator object and allows the client to capture the final point that is returned by a client. More...
 
class  Thyra::DefaultFiniteDifferenceModelEvaluator< Scalar >
 This class wraps any ModelEvaluator object and computes certain derivatives using finite differences. More...
 
class  Thyra::DefaultInverseModelEvaluator< Scalar >
 This class wraps any ModelEvaluator object and adds a simple, but fairly general, inverse response function. More...
 
class  Thyra::DefaultLumpedParameterModelEvaluator< Scalar >
 Decorator class that wraps any ModelEvaluator object and lumps parameters together using a linear basis matrix. More...
 
class  Thyra::DefaultModelEvaluatorWithSolveFactory< Scalar >
 This class wraps any ModelEvaluator object and uses a compatible LinearOpWithSolveFactory object to create a LinearOpWithSolveBase version of W. More...
 
class  Thyra::DefaultMultiPeriodModelEvaluator< Scalar >
 Composite subclass that takes a single ModelEvaluator object and represents it as a single aggregate multi-period ModelEvalator object. More...
 
class  Thyra::DefaultNominalBoundsOverrideModelEvaluator< Scalar >
 This class wraps any ModelEvaluator object and allows the client to overide the state contained in the nominal values and the upper and lower bounds. More...
 
class  Thyra::DirectionalFiniteDiffCalculator< Scalar >
 Utility class for computing directional finite differences of a model. More...
 
class  Thyra::ModelEvaluatorDelegatorBase< Scalar >
 This is a base class that delegetes almost all function to a wrapped model evaluator object. More...
 
class  Thyra::ResponseOnlyModelEvaluatorBase< Scalar >
 This base class defines default function implementations appropritate for a response-only model evaluator (p) -> g(j), for j=0...Ng-1. More...
 
class  Thyra::ScaledModelEvaluator< Scalar >
 This class decorates a ModelEvaluator and returns scaled residual and Jacobian values. More...
 
class  Thyra::StateFuncModelEvaluatorBase< Scalar >
 This base class defines default function implementations appropritate for a set of nonlinear state functions of the form x -> f(x). More...
 

Detailed Description

This is the Nonlinear Model Evaluator Support.