diff scripts/sparse/svds.m @ 9209:923c7cb7f13f

Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction. spellchecked all .txi and .texi files.
author Rik <rdrider0-list@yahoo.com>
date Sun, 17 May 2009 12:18:06 -0700
parents be150a172010
children 95c3e38098bf
line wrap: on
line diff
--- a/scripts/sparse/svds.m
+++ b/scripts/sparse/svds.m
@@ -26,7 +26,7 @@
 ## @example
 ## @group
 ## [@var{m}, @var{n}] = size(@var{a})
-## @var{s} = eigs([sparse(@var{m}, @var{m}), @var{a}; @dots{}
+## @var{s} = eigs([sparse(@var{m}, @var{m}), @var{a}; ...
 ##                 @var{a}', sparse(@var{n}, @var{n})])
 ## @end group
 ## @end example
@@ -69,7 +69,7 @@
 ##
 ## @example
 ## @group
-## norm (@var{a} * @var{v} - @var{u} * @var{s}, 1) <= @dots{}
+## norm (@var{a} * @var{v} - @var{u} * @var{s}, 1) <= ...
 ##         @var{tol} * norm (@var{a}, 1)
 ## @end group
 ## @end example