Returns the Lagrange multiplier estimates of the constraints.

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

Syntax

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

Return Value

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

See Also