Mercurial > hg > octave-nkf
diff scripts/polynomial/unmkpp.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 | 31900e17b5f5 |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/polynomial/unmkpp.m +++ b/scripts/polynomial/unmkpp.m @@ -25,16 +25,20 @@ ## @table @asis ## @item @var{x} ## Sample points. +## ## @item @var{p} ## Polynomial coefficients for points in sample interval. @code{@var{p} ## (@var{i}, :)} contains the coefficients for the polynomial over ## interval @var{i} ordered from highest to lowest. If @code{@var{d} > ## 1}, @code{@var{p} (@var{r}, @var{i}, :)} contains the coefficients for ## the r-th polynomial defined on interval @var{i}. +## ## @item @var{n} ## Number of polynomial pieces. +## ## @item @var{k} ## Order of the polynomial plus 1. +## ## @item @var{d} ## Number of polynomials defined for each interval. ## @end table