diff scripts/optimization/lsqnonneg.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents be55736a0783
children a4f482e66b65
line wrap: on
line diff
--- a/scripts/optimization/lsqnonneg.m	Mon Jul 26 07:41:23 2010 -0400
+++ b/scripts/optimization/lsqnonneg.m	Mon Jul 26 21:25:36 2010 -0700
@@ -35,22 +35,27 @@
 ## @item resnorm
 ##
 ## The squared 2-norm of the residual: norm(@var{c}*@var{x}-@var{d})^2
+##
 ## @item residual
 ##
 ## The residual: @var{d}-@var{c}*@var{x}
+##
 ## @item exitflag
 ##
 ## An indicator of convergence.  0 indicates that the iteration count
 ## was exceeded, and therefore convergence was not reached; >0 indicates
 ## that the algorithm converged.  (The algorithm is stable and will
 ## converge given enough iterations.)
+##
 ## @item output
 ##
 ## A structure with two fields:
 ## @itemize @bullet
 ## @item "algorithm": The algorithm used ("nnls")
+##
 ## @item "iterations": The number of iterations taken.
 ## @end itemize
+##
 ## @item lambda
 ##
 ## Not implemented.