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 FloatComplexVector X { get; }
Visual Basic (Declaration)
Public ReadOnly Property X As FloatComplexVector
Visual C++
public:
property FloatComplexVector^ X {
	FloatComplexVector^ get ();
}

See Also