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

Defines the procedure for calculating the gradient of a real function.

Syntax
C#
Visual Basic
public delegate void TGrad(TRealFunction Fun, [In] TVec Pars, [In] TVec Consts, [In] object[] PConsts, [In] TVec Grad);

Optimization.cs

Parameters 
Description 
Fun 
Real function of several variables. 
Pars 
Function variables. 
Consts 
Array of additional constants which can be used in math formula. 
PConsts 
Array of additional constants (objects) which can be used in math formula. 
Grad 
Returns calculated gradient. 

Defines the procedure for calculating the gradient of a real function.

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