Click or drag to resize

ConstrainedLeastSquaresX Property

Gets the calcluated solution of the most recently solved constrained least squares problem. You must call one of the Solve methods before accessing.

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

Property Value

DoubleVector
See Also