Mercurial > hg > octave-nkf
comparison scripts/polynomial/unmkpp.m @ 11536:702dbd0c53f5
Add undocumented ppder, ppint, ppjumps functions to documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 14 Jan 2011 15:55:45 -0800 |
parents | fd0a3ac60b0e |
children | c792872f8942 |
comparison
equal
deleted
inserted
replaced
11535:440a6b54e6f1 | 11536:702dbd0c53f5 |
---|---|
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {[@var{x}, @var{p}, @var{n}, @var{k}, @var{d}] =} unmkpp (@var{pp}) | 20 ## @deftypefn {Function File} {[@var{x}, @var{p}, @var{n}, @var{k}, @var{d}] =} unmkpp (@var{pp}) |
21 ## | 21 ## |
22 ## Extract the components of a piece-wise polynomial structure @var{pp}. | 22 ## Extract the components of a piecewise polynomial structure @var{pp}. |
23 ## These are as follows: | 23 ## These are as follows: |
24 ## | 24 ## |
25 ## @table @asis | 25 ## @table @asis |
26 ## @item @var{x} | 26 ## @item @var{x} |
27 ## Sample points. | 27 ## Sample points. |