diff scripts/linear-algebra/rref.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 7ef7e20057fa
line wrap: on
line diff
--- a/scripts/linear-algebra/rref.m
+++ b/scripts/linear-algebra/rref.m
@@ -23,7 +23,7 @@
 ## to @code{eps * max (size (@var{A})) * norm (@var{A}, inf)}.
 ##
 ## Called with two return arguments, @var{k} returns the vector of
-## "bound variables", which are those columns on which elimination 
+## "bound variables", which are those columns on which elimination
 ## has been performed.
 ##
 ## @end deftypefn