#include <shark/ObjectiveFunctions/AbstractObjectiveFunction.h>
Public Attributes | |
RealVector | gradient |
RealMatrix | hessian |
Definition at line 87 of file AbstractObjectiveFunction.h.
RealVector shark::AbstractObjectiveFunction< PointType, ResultT >::SecondOrderDerivative::gradient |
Definition at line 88 of file AbstractObjectiveFunction.h.
Referenced by shark::Rosenbrock::evalDerivative().
RealMatrix shark::AbstractObjectiveFunction< PointType, ResultT >::SecondOrderDerivative::hessian |
Definition at line 89 of file AbstractObjectiveFunction.h.
Referenced by shark::Rosenbrock::evalDerivative().