|  | DoubleNonnegativeLeastSqResultSolution 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 DoubleVector Solution { get; }Public ReadOnly Property Solution As DoubleVector
	Get
public:
property DoubleVector^ Solution {
	DoubleVector^ get ();
}member Solution : DoubleVector with get
Property Value
DoubleVector 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