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 one derivative of the polynomial at the point x
Parameters : | x : scalar or array_like of length N
der : None or integer
|
---|---|
Returns : | d : ndarray
|
Notes
This is computed by evaluating all derivatives up to the desired one (using self.derivatives()) and then discarding the rest.