Click or drag to resize

DoubleLeastSquaresX Property

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector X { get; }

Property Value

DoubleVector
See Also