NonNegativeLeastSquaresGetSolution Method |
Returns the solution to the problem, x.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetSolution()
Public Overridable Function GetSolution As Double()
public:
virtual array<double>^ GetSolution()
abstract GetSolution : unit -> float[]
override GetSolution : unit -> float[]
Return Value
Type:
Double
A
double array containing the solution.
See Also