Mercurial > hg > octave-max
diff scripts/sparse/spaugment.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | b0084095098e |
line wrap: on
line diff
--- a/scripts/sparse/spaugment.m +++ b/scripts/sparse/spaugment.m @@ -28,9 +28,9 @@ ## @end example ## ## @noindent -## This is related to the least squares solution of +## This is related to the least squares solution of ## @code{@var{A} \\ @var{b}}, by -## +## ## @example ## @group ## @var{s} * [ @var{r} / @var{c}; x] = [@var{b}, zeros(@var{n}, @@ -49,7 +49,7 @@ ## with @code{lu}, and the minimum norm solution can therefore be found ## without the need for a @code{qr} factorization. As the residual ## error will be @code{zeros (@var{m}, @var{m})} for under determined -## problems, and example can be +## problems, and example can be ## ## @example ## @group