You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Types > Dew.Math.TGradHess Type
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TGradHess Type

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

Syntax
C#
Visual Basic
public delegate void TGradHess(TRealFunction Fun, [In] TVec Pars, [In] TVec Consts, [In] object[] ObjConst, [In] TVec Grad, [In] TMtx Hess);

Optimization.cs

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!