{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _fitpack2 / _BivariateSplineBase / partial_derivative

function

scipy.interpolate._fitpack2:_BivariateSplineBase.partial_derivative

source: /scipy/interpolate/_fitpack2.py :1100

Signature

def   partial_derivative ( self dx dy )

Summary

Construct a new spline representing a partial derivative of this spline.

Parameters

dx, dy : int

Orders of the derivative in x and y respectively. They must be non-negative integers and less than the respective degree of the original spline (self) in that direction (kx, ky).

Returns

: spline

A new spline of degrees (kx - dx, ky - dy) representing the derivative of this spline.

Notes

Aliases

  • scipy.interpolate._fitpack2._BivariateSplineBase.partial_derivative