DenseLPGetDualSolution Method |
Returns the dual solution.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public 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 of the linear
programming problem.
See Also