Returns the dual solution vector, w. If x_j=0
            then w_j\le 0, otherwise w_j = 0.

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

Syntax

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

Return Value

A double array containing the dual solution vector, w.

See Also