This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.interpolate.PiecewisePolynomial.append

PiecewisePolynomial.append(xi, yi, order=None)

Append a single point with derivatives to the PiecewisePolynomial

Parameters :

xi : float

yi : array_like

yi is the list of derivatives known at xi

order : integer or None

a polynomial order, or instructions to use the highest possible order

Previous topic

scipy.interpolate.PiecewisePolynomial.__call__

Next topic

scipy.interpolate.PiecewisePolynomial.derivative

This Page