diff scripts/linear-algebra/isdefinite.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 6fdf4927fefc
line wrap: on
line diff
--- a/scripts/linear-algebra/isdefinite.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/linear-algebra/isdefinite.m	Thu Jan 20 17:35:29 2011 -0500
@@ -22,7 +22,7 @@
 ## Return 1 if @var{x} is symmetric positive definite within the
 ## tolerance specified by @var{tol} or 0 if @var{x} is symmetric
 ## positive semidefinite.  Otherwise, return -1.  If @var{tol}
-## is omitted, use a tolerance of 
+## is omitted, use a tolerance of
 ## @code{100 * eps * norm (@var{x}, "fro")}
 ## @seealso{issymmetric, ishermitian}
 ## @end deftypefn