Click or drag to resize

LagrangianFunctionGradientWithRespectToX(DoubleVector, 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 void GradientWithRespectToX(
	DoubleVector lambda,
	DoubleVector x,
	ref DoubleVector grad
)

Parameters

lambda  DoubleVector
The lambda values.
x  DoubleVector
The point at which to evaluate the gradient.
grad  DoubleVector
Vector into which the gradient is placed
See Also