bundles / scipy latest / scipy / interpolate / _fitpack2 / _BivariateSplineBase / partial_derivative
function
scipy.interpolate._fitpack2:_BivariateSplineBase.partial_derivative
Signature
def partial_derivative ( self , dx , dy ) Summary
Construct a new spline representing a partial derivative of this spline.
Parameters
dx, dy: intOrders 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
: splineA new spline of degrees (
kx - dx,ky - dy) representing the derivative of this spline.
Notes
Aliases
-
scipy.interpolate._fitpack2._BivariateSplineBase.partial_derivative