MinConNLPGetLagrangeMultiplierEst Method |
Returns the Lagrange multiplier estimates of the constraints.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetLagrangeMultiplierEst()
Public Function GetLagrangeMultiplierEst As Double()
public:
array<double>^ GetLagrangeMultiplierEst()
member GetLagrangeMultiplierEst : unit -> float[]
Return Value
Type:
Double
A
double array containing the Lagrange multiplier estimates of the constraints.
See Also