The AddEvaluateWithGradientStatic mixin class will provide a static EvaluateWithGradient() method if the given FunctionType has both static Evaluate() and static Gradient(), or it will provide nothing otherwise. More...

Static Public Member Functions | |
| static double | EvaluateWithGradient (traits::UnconstructableType &) |
The AddEvaluateWithGradientStatic mixin class will provide a static EvaluateWithGradient() method if the given FunctionType has both static Evaluate() and static Gradient(), or it will provide nothing otherwise.
Definition at line 176 of file add_evaluate_with_gradient.hpp.
|
static |