Mercurial > hg > octave-lyh
diff doc/interpreter/expr.txi @ 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 | 322f43e0e170 |
children | b8b08b1ac21f |
line wrap: on
line diff
--- a/doc/interpreter/expr.txi +++ b/doc/interpreter/expr.txi @@ -155,6 +155,7 @@ r(ones (n, 1), :) @end example +@noindent will produce identical results, but the first one will be significantly faster, at least for @samp{r} and @samp{n} large enough. The reason is that in the first case the index is kept in a compressed form, which allows Octave