Click or drag to resize

LagrangianFunctionGradientWithRespectToX(DoubleVector, DoubleVector) Method

Evaluates the gradient with respect to x at the given point.

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

Parameters

lambda  DoubleVector
The lambda values.
x  DoubleVector
The point at which to evaluate the gradient.

Return Value

DoubleVector
The value of the gradient at the specified values.
See Also