Mercurial > hg > octave-lyh
comparison scripts/optimization/lsqnonneg.m @ 9051:1bf0ce0930be
Grammar check TexInfo in all .m files
Cleanup documentation sources to follow a few consistent rules.
Spellcheck was NOT done. (but will be in another changeset)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 27 Mar 2009 22:31:03 -0700 |
parents | ff61b53eb294 |
children | 36d885c4a1ac |
comparison
equal
deleted
inserted
replaced
9044:656ad518f385 | 9051:1bf0ce0930be |
---|---|
25 ## @deftypefnx {Function File} {[@var{x}, @var{resnorm}, @var{residual}] =} lsqnonneg (@dots{}) | 25 ## @deftypefnx {Function File} {[@var{x}, @var{resnorm}, @var{residual}] =} lsqnonneg (@dots{}) |
26 ## @deftypefnx {Function File} {[@var{x}, @var{resnorm}, @var{residual}, @var{exitflag}] =} lsqnonneg (@dots{}) | 26 ## @deftypefnx {Function File} {[@var{x}, @var{resnorm}, @var{residual}, @var{exitflag}] =} lsqnonneg (@dots{}) |
27 ## @deftypefnx {Function File} {[@var{x}, @var{resnorm}, @var{residual}, @var{exitflag}, @var{output}] =} lsqnonneg (@dots{}) | 27 ## @deftypefnx {Function File} {[@var{x}, @var{resnorm}, @var{residual}, @var{exitflag}, @var{output}] =} lsqnonneg (@dots{}) |
28 ## @deftypefnx {Function File} {[@var{x}, @var{resnorm}, @var{residual}, @var{exitflag}, @var{output}, @var{lambda}] =} lsqnonneg (@dots{}) | 28 ## @deftypefnx {Function File} {[@var{x}, @var{resnorm}, @var{residual}, @var{exitflag}, @var{output}, @var{lambda}] =} lsqnonneg (@dots{}) |
29 ## Minimize @code{norm (@var{c}*@var{x}-d)} subject to @code{@var{x} >= | 29 ## Minimize @code{norm (@var{c}*@var{x}-d)} subject to @code{@var{x} >= |
30 ## 0}. @var{c} and @var{d} must be real. @var{x0} is an optional | 30 ## 0}. @var{c} and @var{d} must be real. @var{x0} is an optional |
31 ## initial guess for @var{x}. | 31 ## initial guess for @var{x}. |
32 ## | 32 ## |
33 ## Outputs: | 33 ## Outputs: |
34 ## @itemize @bullet | 34 ## @itemize @bullet |
35 ## @item resnorm | 35 ## @item resnorm |