MinConGenLinGetSolution Method |
Returns the computed solution.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetSolution()
Public Function GetSolution As Double()
public:
array<double>^ GetSolution()
member GetSolution : unit -> float[]
Return Value
Type:
Double
A
double array containing the computed solution.
See Also