bundles / scipy 1.17.1 / scipy / interpolate / _interpolate / BPoly / derivative
function
scipy.interpolate._interpolate:BPoly.derivative
Signature
def derivative ( self , nu = 1 ) Summary
Construct a new piecewise polynomial representing the derivative.
Parameters
nu: int, optionalOrder of derivative to evaluate. Default is 1, i.e., compute the first derivative. If negative, the antiderivative is returned.
Returns
bp: BPolyPiecewise polynomial of order k - nu representing the derivative of this polynomial.
Aliases
-
scipy.interpolate.BPoly.derivative