| BoundedVariableLeastSquaresGetDualSolution Method |
Returns the dual solution vector, w.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double[] GetDualSolution()
Public Function GetDualSolution As Double()
public:
array<double>^ GetDualSolution()
member GetDualSolution : unit -> float[]
Return Value
Type:
Double
A
double array containing the dual solution vector,
w.
Remarks
If

is at neither its upper nor lower bound
then

. If

is at
its lower bound then

. If

is at its upper bound then

. If the upper and lower bound for the
j-th
variable are equal, fixing the value of

,
then the value of

is arbitrary.
See Also