You are here: Symbol Reference > Optimization Namespace > Types > Optimization.TGradHess Type
MtxVec VCL
ContentsIndex
PreviousUpNext
Optimization.TGradHess Type

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

Pascal
TGradHess = procedure (Fun: TRealFunction; const Pars: TVec; Const Consts: TVec; Const ObjConst: Array of TObject; const Grad: TVec; const Hess: TMtx);
Parameters 
Description 
Fun 
Real function of several variables. 
Pars 
variables. 
Consts 
Array of additional constants which can be used in math formula. 
ObjConst 
Array of additional constants (objects) which can be used in math formula. 
Grad 
Returns calculated gradient. 
Hess 
Returns calculated Hessian matrix. 

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

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!