shark::AbstractObjectiveFunction< PointType, ResultT >::SecondOrderDerivative Struct Reference

#include <shark/ObjectiveFunctions/AbstractObjectiveFunction.h>

Public Attributes

FirstOrderDerivative gradient
 
RealMatrix hessian
 

Detailed Description

template<typename PointType, typename ResultT>
struct shark::AbstractObjectiveFunction< PointType, ResultT >::SecondOrderDerivative

Definition at line 97 of file AbstractObjectiveFunction.h.

Member Data Documentation

◆ gradient

template<typename PointType, typename ResultT>
FirstOrderDerivative shark::AbstractObjectiveFunction< PointType, ResultT >::SecondOrderDerivative::gradient

Definition at line 98 of file AbstractObjectiveFunction.h.

Referenced by shark::Rosenbrock::evalDerivative().

◆ hessian

template<typename PointType, typename ResultT>
RealMatrix shark::AbstractObjectiveFunction< PointType, ResultT >::SecondOrderDerivative::hessian

Definition at line 99 of file AbstractObjectiveFunction.h.

Referenced by shark::Rosenbrock::evalDerivative().


The documentation for this struct was generated from the following file: