comparison scripts/special-matrix/hadamard.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents 3140cb7a05a1
children 1740012184f9
comparison
equal deleted inserted replaced
10820:c44c786f87ba 10821:693e22af08ae
31 ## 31 ##
32 ## @itemize @bullet 32 ## @itemize @bullet
33 ## @item 33 ## @item
34 ## @code{kron (@var{Hm}, @var{Hn})} is a Hadamard matrix of size 34 ## @code{kron (@var{Hm}, @var{Hn})} is a Hadamard matrix of size
35 ## @var{m}-by-@var{n}. 35 ## @var{m}-by-@var{n}.
36 ##
36 ## @item 37 ## @item
37 ## @code{Hn * Hn' == @var{n} * eye (@var{n})}. 38 ## @code{Hn * Hn' == @var{n} * eye (@var{n})}.
39 ##
38 ## @item 40 ## @item
39 ## The rows of @var{Hn} are orthogonal. 41 ## The rows of @var{Hn} are orthogonal.
42 ##
40 ## @item 43 ## @item
41 ## @code{det (@var{A}) <= abs(det (@var{Hn}))} for all @var{A} with 44 ## @code{det (@var{A}) <= abs(det (@var{Hn}))} for all @var{A} with
42 ## @code{abs (@var{A} (@var{i}, @var{j})) <= 1}. 45 ## @code{abs (@var{A} (@var{i}, @var{j})) <= 1}.
46 ##
43 ## @item 47 ## @item
44 ## Multiply any row or column by -1 and still have a Hadamard matrix. 48 ## Multiply any row or column by -1 and still have a Hadamard matrix.
45 ## @end itemize 49 ## @end itemize
46 ## 50 ##
47 ## @end deftypefn 51 ## @end deftypefn