Click or drag to resize

FloatNonnegativeLeastSqResultSolution Property

Gets the nonnegative least squares solution x for the least squares problem

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

Property Value

FloatVector
Remarks
If the algorithm termination status is MaxIterationsExceeded the solution contained here will reflect the current solution value when the algorithm terminated and may not be optimal.
See Also