Click or drag to resize
NonNegativeLeastSquaresSolve Method
Finds the solution to the problem for the current constraints.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void Solve()
Exceptions
ExceptionCondition
TooManyIterationsExceptionis thrown if the maximum number of iterations is exceeded.
TooMuchTimeExceptionis thrown if the maximum time allowed for the Solve method is exceeded.
See Also