Gets the least squares solution x for the least squares problem Ax = y.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleVector X { get; }
Visual Basic (Declaration)
Public ReadOnly Property X As DoubleVector
Visual C++
public:
property DoubleVector^ X {
	DoubleVector^ get ();
}

See Also