|  | FloatNonnegativeLeastSqResultSolution Property | 
            Gets the nonnegative least squares solution x for the least squares problem
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic FloatVector Solution { get; }Public ReadOnly Property Solution As FloatVector
	Get
public:
property FloatVector^ Solution {
	FloatVector^ get ();
}member Solution : FloatVector with get
Property Value
FloatVector Remarks
RemarksIf the algorithm termination status is MaxIterationsExceeded the
            solution contained here will reflect the current solution value when
            the algorithm terminated and may not be optimal.
 See Also
See Also