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

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public override void Evaluate(
	DoubleVector x,
	ref DoubleVector y
)
Visual Basic (Declaration)
Public Overrides Sub Evaluate ( _
	x As DoubleVector, _
	ByRef y As DoubleVector _
)
Visual C++
public:
virtual void Evaluate(
	DoubleVector^ x, 
	DoubleVector^% y
) override

Parameters

x
Type: CenterSpace.NMath.Core..::.DoubleVector
Point at which to evaluate the Lagrangian gradient.
y
Type: CenterSpace.NMath.Core..::.DoubleVector %
Vector into which to place the result.

See Also