Mercurial > hg > octave-nkf
diff scripts/general/is_square.m @ 3408:ae7adbb591e8
[project @ 2000-01-06 08:29:11 by jwe]
author | jwe |
---|---|
date | Thu, 06 Jan 2000 08:29:26 +0000 |
parents | 5e0a0b1cba43 |
children | f8dde1807dee |
line wrap: on
line diff
--- a/scripts/general/is_square.m +++ b/scripts/general/is_square.m @@ -22,7 +22,7 @@ ## If @var{x} is a square matrix, then return the dimension of @var{x}. ## Otherwise, return 0. ## @end deftypefn -## @seealso{size, rows, columns, length, is_matrix, is_scalar, is_vector} +## @seealso{size, rows, columns, length, is_matrix, is_scalar, and is_vector} ## Author: A. S. Hodel <scotte@eng.auburn.edu> ## Created: August 1993