{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _ndbspline / NdBSpline / derivative

function

scipy.interpolate._ndbspline:NdBSpline.derivative

source: /scipy/interpolate/_ndbspline.py :297

Signature

def   derivative ( self nu )

Summary

Construct a new NdBSpline representing the partial derivative.

Parameters

nu : array_like of shape (ndim,)

Orders of the partial derivatives to compute along each dimension.

Returns

: NdBSpline

A new NdBSpline representing the partial derivative of the original spline.

Aliases

  • scipy.interpolate.NdBSpline.derivative