diff scripts/linear-algebra/orth.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000
parents f16c2ce14886
children 434790acb067
line wrap: on
line diff
--- a/scripts/linear-algebra/orth.m	Thu Jan 13 08:32:16 2000 +0000
+++ b/scripts/linear-algebra/orth.m	Thu Jan 13 08:40:53 2000 +0000
@@ -20,11 +20,11 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} orth (@var{a}, @var{tol})
 ## Return an orthonormal basis of the range space of @var{a}.
-## 
+##
 ## The dimension of the range space is taken as the number of singular
 ## values of @var{a} greater than @var{tol}.  If the argument @var{tol} is
 ## missing, it is computed as
-## 
+##
 ## @example
 ## max (size (@var{a})) * max (svd (@var{a})) * eps
 ## @end example