Click or drag to resize

LagrangianFunctionLagrangianGradientFunctionEvaluate(DoubleVector, DoubleVector) Method

Evaluates the Lagrangian gradient at a point x, placing the results in the vector y.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override void Evaluate(
	DoubleVector x,
	ref DoubleVector y
)

Parameters

x  DoubleVector
Point at which to evaluate the Lagrangian gradient.
y  DoubleVector
Vector into which to place the result.
See Also