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.