comparison scripts/polynomial/mkpp.m @ 7650:eb7bdde776f2

Texinfo fixes
author John W. Eaton <jwe@octave.org>
date Wed, 26 Mar 2008 16:27:14 -0400
parents a1dbe9d80eee
children 836618fee9d6
comparison
equal deleted inserted replaced
7649:1eac99a280a2 7650:eb7bdde776f2
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 Octave; see the file COPYING. If not, see 16 ## along with Octave; 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} {@var{pp} = } mkpp (@var{x}, @var{p}) 20 ## @deftypefn {Function File} {@var{pp} =} mkpp (@var{x}, @var{p})
21 ## @deftypefnx {Function File} {@var{pp} = } mkpp (@var{x}, @var{p}, @var{d}) 21 ## @deftypefnx {Function File} {@var{pp} =} mkpp (@var{x}, @var{p}, @var{d})
22 ## 22 ##
23 ## Construct a piece-wise polynomial structure from sample points 23 ## Construct a piece-wise polynomial structure from sample points
24 ## @var{x} and coefficients @var{p}. The ith row of @var{p}, 24 ## @var{x} and coefficients @var{p}. The ith row of @var{p},
25 ## @code{@var{p} (@var{i},:)}, contains the coefficients for the polynomial 25 ## @code{@var{p} (@var{i},:)}, contains the coefficients for the polynomial
26 ## over the @var{i}-th interval, ordered from highest to 26 ## over the @var{i}-th interval, ordered from highest to