Click or drag to resize

ConstraintGradient(DoubleVector) Method

Evaluates the gradient of the constraint function and returns this value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector Gradient(
	DoubleVector x
)

Parameters

x  DoubleVector
The point at which to evaluate the gradient.

Return Value

DoubleVector
Vector containing the value of the gradient evaluated at x.
See Also