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

See Also