{ } Raw JSON

bundles / scipy latest / scipy / interpolate / _bsplines / BSpline / derivative

function

scipy.interpolate._bsplines:BSpline.derivative

source: /scipy/interpolate/_bsplines.py :588

Signature

def   derivative ( self nu = 1 )

Summary

Return a B-spline representing the derivative.

Parameters

nu : int, optional

Derivative order. Default is 1.

Returns

b : `BSpline` object

A new instance representing the derivative.

See also

splantider
splder

Aliases

  • scipy.interpolate.BSpline.derivative