This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Extend the PiecewisePolynomial by a list of points
Parameters : | xi : array_like of length N1
yi : list of lists of length N1
orders : list of integers, or integer
direction : {None, 1, -1}
|
---|