Returns the dual (Lagrange multipliers).

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

Syntax

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

Return Value

A double array containing the dual.

See Also