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

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