This is documentation for an old release of SciPy (version 0.12.0). 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 : array-like
der : integer, optional
|
---|---|
Returns : | d : ndarray
|
Notes
This is computed by evaluating all derivatives up to the desired one (using self.derivatives()) and then discarding the rest.