diff scripts/special-matrix/hadamard.m @ 6516:ce5caa673642

[project @ 2007-04-11 14:26:39 by jwe]
author jwe
date Wed, 11 Apr 2007 14:26:39 +0000
parents 7fad1fad19e1
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/special-matrix/hadamard.m	Wed Apr 11 14:20:39 2007 +0000
+++ b/scripts/special-matrix/hadamard.m	Wed Apr 11 14:26:39 2007 +0000
@@ -22,11 +22,10 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} hadamard (@var{n})
-##
 ## Construct a Hadamard matrix @var{Hn} of size @var{n}-by-@var{n}. The 
-## size @var{n} must be of the form @code{2 ^ @var{k} * @var{p}} where
+## size @var{n} must be of the form @code{2 ^ @var{k} * @var{p}} in which
 ## @var{p} is one of 1, 12, 20 or 28. The returned matrix is normalized,
-## meaning @var{Hn (:, 1) == 1} and @var{H (1, :) == 1}.
+## meaning @code{Hn(:,1) == 1} and @code{H(1,:) == 1}.
 ##
 ## Some of the properties of Hadamard matrices are:
 ##