Mercurial > hg > octave-nkf
comparison scripts/polynomial/unmkpp.m @ 9051:1bf0ce0930be
Grammar check TexInfo in all .m files
Cleanup documentation sources to follow a few consistent rules.
Spellcheck was NOT done. (but will be in another changeset)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 27 Mar 2009 22:31:03 -0700 |
parents | eb63fbe60fab |
children | 16f53d29049f |
comparison
equal
deleted
inserted
replaced
9044:656ad518f385 | 9051:1bf0ce0930be |
---|---|
24 ## | 24 ## |
25 ## @table @asis | 25 ## @table @asis |
26 ## @item @var{x} | 26 ## @item @var{x} |
27 ## Sample points. | 27 ## Sample points. |
28 ## @item @var{p} | 28 ## @item @var{p} |
29 ## Polynomial coefficients for points in sample interval. @code{@var{p} | 29 ## Polynomial coefficients for points in sample interval. @code{@var{p} |
30 ## (@var{i}, :)} contains the coefficients for the polynomial over | 30 ## (@var{i}, :)} contains the coefficients for the polynomial over |
31 ## interval @var{i} ordered from highest to lowest. If @code{@var{d} > | 31 ## interval @var{i} ordered from highest to lowest. If @code{@var{d} > |
32 ## 1}, @code{@var{p} (@var{r}, @var{i}, :)} contains the coefficients for | 32 ## 1}, @code{@var{p} (@var{r}, @var{i}, :)} contains the coefficients for |
33 ## the r-th polynomial defined on interval @var{i}. However, this is | 33 ## the r-th polynomial defined on interval @var{i}. However, this is |
34 ## stored as a 2-D array such that @code{@var{c} = reshape (@var{p} (:, | 34 ## stored as a 2-D array such that @code{@var{c} = reshape (@var{p} (:, |
35 ## @var{j}), @var{n}, @var{d})} gives @code{@var{c} (@var{i}, @var{r})} | 35 ## @var{j}), @var{n}, @var{d})} gives @code{@var{c} (@var{i}, @var{r})} |
36 ## is the j-th coefficient of the r-th polynomial over the i-th interval. | 36 ## is the j-th coefficient of the r-th polynomial over the i-th interval. |
37 ## @item @var{n} | 37 ## @item @var{n} |
38 ## Number of polynomial pieces. | 38 ## Number of polynomial pieces. |