Gets the least squares solution x for the least squares problem
Ax = y.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatVector X { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property X As FloatVector |
| Visual C++ |
|---|
public: property FloatVector^ X { FloatVector^ get (); } |