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

#include <shark/ObjectiveFunctions/AbstractObjectiveFunction.h>

Public Attributes

RealVector gradient
 
RealMatrix hessian
 

Detailed Description

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

Definition at line 87 of file AbstractObjectiveFunction.h.

Member Data Documentation

§ gradient

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

Definition at line 88 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 89 of file AbstractObjectiveFunction.h.

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


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