bundles / scipy 1.17.1 / scipy / interpolate / _ndbspline / NdBSpline / derivative
function
scipy.interpolate._ndbspline:NdBSpline.derivative
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
: NdBSplineA new NdBSpline representing the partial derivative of the original spline.
Aliases
-
scipy.interpolate.NdBSpline.derivative