Returns the dual solution.

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 solution of the linear programming problem.

See Also