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 : array
|
---|
Notes
This is computed by evaluating all derivatives up to the desired one (using self.derivatives()) and then discarding the rest.