Mercurial > hg > octave-lyh
comparison scripts/polynomial/ppjumps.m @ 10793:be55736a0783
Grammarcheck the documentation from m-files.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 18 Jul 2010 20:35:16 -0700 |
parents | 702b998698ea |
children | 1740012184f9 |
comparison
equal
deleted
inserted
replaced
10792:91342260063e | 10793:be55736a0783 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with this software; see the file COPYING. If not, see | 16 ## along with this software; see the file COPYING. If not, see |
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn{Function File} {ppd =} ppjumps (pp) | 20 ## @deftypefn {Function File} {ppd =} ppjumps (pp) |
21 ## Evaluates the boundary jumps of a piecewise polynomial. | 21 ## Evaluates the boundary jumps of a piecewise polynomial. |
22 ## If there are n intervals, and the dimensionality of pp is d, | 22 ## If there are n intervals, and the dimensionality of pp is d, |
23 ## the resulting array has dimensions @code{[d, n-1]}. | 23 ## the resulting array has dimensions @code{[d, n-1]}. |
24 ## @end deftypefn | 24 ## @end deftypefn |
25 | 25 |