|  | DoubleNonnegativeLeastSquaresX Property | 
            Gets the nonnegative least squares solution x for the least squares problem
            Ax = y.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector X { get; }Public ReadOnly Property X As DoubleVector
	Get
public:
property DoubleVector^ X {
	DoubleVector^ get ();
}member X : DoubleVector with get
Property Value
DoubleVector See Also
See Also