comparison scripts/special-matrix/toeplitz.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 fd0a3ac60b0e
comparison
equal deleted inserted replaced
10820:c44c786f87ba 10821:693e22af08ae
42 ## @example 42 ## @example
43 ## @group 43 ## @group
44 ## c(0) r(1) r(2) @dots{} r(n) 44 ## c(0) r(1) r(2) @dots{} r(n)
45 ## c(1) c(0) r(1) @dots{} r(n-1) 45 ## c(1) c(0) r(1) @dots{} r(n-1)
46 ## c(2) c(1) c(0) @dots{} r(n-2) 46 ## c(2) c(1) c(0) @dots{} r(n-2)
47 ## . , , . . 47 ## . . . . .
48 ## . , , . . 48 ## . . . . .
49 ## . , , . . 49 ## . . . . .
50 ## c(n) c(n-1) c(n-2) @dots{} c(0) 50 ## c(n) c(n-1) c(n-2) @dots{} c(0)
51 ## @end group 51 ## @end group
52 ## @end example 52 ## @end example
53 ##
53 ## @end ifnottex 54 ## @end ifnottex
54 ## @seealso{hankel, vander, sylvester_matrix, hilb, invhilb} 55 ## @seealso{hankel, vander, sylvester_matrix, hilb, invhilb}
55 ## @end deftypefn 56 ## @end deftypefn
56 57
57 ## Author: jwe && jh 58 ## Author: jwe && jh