WebCab Optimization for COM v2.6

Gradient.GetGradientAtVector Method 

Computes the gradient of the function in the point evaluationPoint

double[] GetGradientAtVector(
   double[] evaluationPoint
);

Parameters

evaluationPoint
a vector containing the values of the variables

Return Value

a vector containing the components of the gradient

See Also

Gradient Interface | WebCab.COM.Math.Optimization.MultiDimensional Namespace