diff scripts/general/issymmetric.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/general/issymmetric.m	Sat Mar 04 22:21:01 2006 +0000
+++ b/scripts/general/issymmetric.m	Mon Mar 06 21:26:54 2006 +0000
@@ -22,10 +22,9 @@
 ## If @var{x} is symmetric within the tolerance specified by @var{tol},
 ## then return the dimension of @var{x}.  Otherwise, return 0.  If
 ## @var{tol} is omitted, use a tolerance equal to the machine precision.
+## @seealso{size, rows, columns, length, ismatrix, isscalar,
+## issquare, isvector}
 ## @end deftypefn
-##
-## @seealso{size, rows, columns, length, ismatrix, isscalar,
-## issquare, and isvector}
 
 ## Author: A. S. Hodel <scotte@eng.auburn.edu>
 ## Created: August 1993