TGradHess Typedef

Header: Dew.Math/Optimization.h · Cross-compiler

typedef void (*TGradHess)(TRealFunction, TVec *, TVec *, const DewArray<tObject *> &, TVec *, TMtx *);

Defines the procedure for calculating the gradient and Hessian matrix of a real function.

Defines the procedure for calculating the gradient and Hessian matrix of a real function.