Click or drag to resize
NonNegativeLeastSquaresGetDualSolution Method
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.2.0
Syntax
public virtual double[] GetDualSolution()

Return Value

Type: Double
A double array containing the dual solution vector, w.
See Also