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

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