Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/scripts/special-matrix/toeplitz.m +++ b/scripts/special-matrix/toeplitz.m @@ -44,12 +44,13 @@ ## c(0) r(1) r(2) @dots{} r(n) ## c(1) c(0) r(1) @dots{} r(n-1) ## c(2) c(1) c(0) @dots{} r(n-2) -## . , , . . -## . , , . . -## . , , . . +## . . . . . +## . . . . . +## . . . . . ## c(n) c(n-1) c(n-2) @dots{} c(0) ## @end group ## @end example +## ## @end ifnottex ## @seealso{hankel, vander, sylvester_matrix, hilb, invhilb} ## @end deftypefn