SciPy

scipy.interpolate.BSpline.derivative

BSpline.derivative(self, nu=1)[source]

Return a b-spline representing the derivative.

Parameters
nuint, optional

Derivative order. Default is 1.

Returns
bBSpline object

A new instance representing the derivative.

See also

splder, splantider

Previous topic

scipy.interpolate.BSpline.basis_element

Next topic

scipy.interpolate.BSpline.antiderivative