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.