Mercurial > hg > octave-nkf
diff src/DLD-FUNCTIONS/lu.cc @ 10846:a4f482e66b65
Grammarcheck more of the documentation.
Use @noindent macro appropriately.
Limit line length to 80 characters.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 01 Aug 2010 20:22:17 -0700 |
parents | 89f4d7e294cc |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/lu.cc +++ b/src/DLD-FUNCTIONS/lu.cc @@ -113,7 +113,8 @@ \n\ Called with a fifth output argument and a sparse input matrix, then\n\ @dfn{lu} attempts to use a scaling factor @var{r} on the input matrix\n\ -such that @code{@var{p} * (@var{r} \\ @var{a}) * @var{q} = @var{l} * @var{u}}.\n\ +such that\n\ +@code{@var{p} * (@var{r} \\ @var{a}) * @var{q} = @var{l} * @var{u}}.\n\ This typically leads to a sparser and more stable factorization.\n\ \n\ An additional input argument @var{thres}, that defines the pivoting\n\ @@ -614,6 +615,7 @@ [@var{L}, @var{U}, @var{P}] = lu (@var{A});\n\ @end example\n\ \n\ +@noindent\n\ then a factorization of @code{@var{a}+@var{x}*@var{y}.'} can be obtained either\n\ as\n\ \n\ @@ -621,6 +623,7 @@ [@var{L1}, @var{U1}] = lu (@var{L}, @var{U}, @var{P}*@var{x}, @var{y})\n\ @end example\n\ \n\ +@noindent\n\ or\n\ \n\ @example\n\