comparison scripts/optimization/lsqnonneg.m @ 31286:10a813492497

maint: Use "nonzero" in docstrings and error messages. * movie.m, mustBeNonzero.m, lsqnonneg.m, pqpnonneg.m: Use "nonzero" in docstrings and error messages.
author Rik <rik@octave.org>
date Mon, 10 Oct 2022 18:17:16 -0700
parents 44a68ac1a22f
children fd29c7a50a78
comparison
equal deleted inserted replaced
31285:d8d2b5661082 31286:10a813492497
67 ## 67 ##
68 ## @item @qcode{"iterations"}: The number of iterations taken. 68 ## @item @qcode{"iterations"}: The number of iterations taken.
69 ## @end itemize 69 ## @end itemize
70 ## 70 ##
71 ## @item lambda 71 ## @item lambda
72 ## Lagrange multipliers. If these are non-zero, the corresponding @var{x} 72 ## Lagrange multipliers. If these are nonzero, the corresponding @var{x}
73 ## values should be zero, indicating the solution is pressed up against a 73 ## values should be zero, indicating the solution is pressed up against a
74 ## coordinate plane. The magnitude indicates how much the residual would 74 ## coordinate plane. The magnitude indicates how much the residual would
75 ## improve if the @code{@var{x} >= 0} constraints were relaxed in that 75 ## improve if the @code{@var{x} >= 0} constraints were relaxed in that
76 ## direction. 76 ## direction.
77 ## 77 ##