Returns the dual solution vector, w.

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 vector, w.

Remarks

If x_j is at neither its upper nor lower bound then w_j=0. If x_j is at its lower bound then w_j\le{0}. If 
            x_j is at its upper bound then w_j\ge{0}
            . If the upper and lower bound for the j-th variable are equal, fixing the value of x_j, then the value of w_j is arbitrary.

See Also