Click or drag to resize
MinUnconMultiVarIGradientGradient Method
On return, gvalue contains the value of the gradient, of the function, at x.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
void Gradient(
	double[] x,
	double[] gvalue
)

Parameters

x
Type: SystemDouble
A double array, the point at which the gradient of the function is to be evaluated.
gvalue
Type: SystemDouble
A double array which, on return, contains the value of the gradient, of the function, at x.
See Also