 | 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.3
Syntaxpublic DoubleVector Solution { get; }
Public ReadOnly Property Solution As DoubleVector
Get
public:
property DoubleVector^ Solution {
DoubleVector^ get ();
}
member Solution : DoubleVector with get
Property Value
Type:
DoubleVector
RemarksIf 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