NonNegativeLeastSquaresGetDualSolution Method |
Returns the dual solution vector,
w. If
then
, otherwise
.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetDualSolution()
Public Overridable Function GetDualSolution As Double()
public:
virtual array<double>^ GetDualSolution()
abstract GetDualSolution : unit -> float[]
override GetDualSolution : unit -> float[]
Return Value
Type:
Double
A
double array containing the dual solution vector,
w.
See Also