bundles / scipy latest / scipy / interpolate / _bsplines / BSpline / derivative
function
scipy.interpolate._bsplines:BSpline.derivative
Signature
def derivative ( self , nu = 1 ) Summary
Return a B-spline representing the derivative.
Parameters
nu: int, optionalDerivative order. Default is 1.
Returns
b: `BSpline` objectA new instance representing the derivative.
See also
- splantider
- splder
Aliases
-
scipy.interpolate.BSpline.derivative