 | FloatNonnegativeLeastSquaresX Property |
Gets the nonnegative least squares solution x for the least squares problem
Ax = y.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic FloatVector X { get; }
Public ReadOnly Property X As FloatVector
Get
public:
property FloatVector^ X {
FloatVector^ get ();
}
member X : FloatVector with get
Property Value
Type:
FloatVector
See Also