SciPy

This is documentation for an old release of SciPy (version 1.2.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.interpolate.BSpline.derivative

BSpline.derivative(nu=1)[source]

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

splder, splantider

Previous topic

scipy.interpolate.BSpline.basis_element

Next topic

scipy.interpolate.BSpline.antiderivative