Click or drag to resize

DoubleNonnegativeLeastSqResultSolution 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 DoubleVector Solution { get; }

Property Value

DoubleVector
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