diff scripts/linear-algebra/onenormest.m @ 12344:68ac95d2460c

Periodic grammarcheck of documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 05 Feb 2011 12:58:34 -0800
parents 1577c6f80926
children cb2b57abcc35
line wrap: on
line diff
--- a/scripts/linear-algebra/onenormest.m	Sat Feb 05 12:08:08 2011 -0800
+++ b/scripts/linear-algebra/onenormest.m	Sat Feb 05 12:58:34 2011 -0800
@@ -25,8 +25,8 @@
 ## only 5 test vectors are used.
 ##
 ## If the matrix is not explicit, e.g., when estimating the norm of
-## @code{inv (@var{A})} given an LU@tie{}factorization, @code{onenormest} applies
-## @var{A} and its conjugate transpose through a pair of functions
+## @code{inv (@var{A})} given an LU@tie{}factorization, @code{onenormest}
+## applies @var{A} and its conjugate transpose through a pair of functions
 ## @var{apply} and @var{apply_t}, respectively, to a dense matrix of size
 ## @var{n} by @var{t}.  The implicit version requires an explicit dimension
 ## @var{n}.