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).
Evaluate a derivative of the piecewise polynomial
Parameters : | x : scalar or array_like of length N der : integer
|
---|---|
Returns : | y : scalar or array_like of length R or length N or N by R |
Notes
This currently computes (using self.derivatives()) all derivatives of the curve segment containing each x but returns only one.