Returns the Lagrange multiplier estimates of the final active constraints.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetLagrangeMultiplierEstimate()
Visual Basic (Declaration)
Public Function GetLagrangeMultiplierEstimate As Double()
Visual C++
public:
array<double>^ GetLagrangeMultiplierEstimate()

Return Value

A double array containing the Lagrange multiplier estimates of the final active constraints.

See Also