cupyx.scipy.interpolate.splder#
- cupyx.scipy.interpolate.splder(tck, n=1)[source]#
Compute the spline representation of the derivative of a given spline
- Parameters
tck (tuple of (t, c, k)) – Spline whose derivative to compute
n (int, optional) – Order of derivative to evaluate. Default: 1
- Returns
tck_der – Spline of order k2=k-n representing the derivative of the input spline.
- Return type
tuple of (t2, c2, k2)
Notes
See also
scipy.interpolate.splder
See also
splantider
,splev
,spalde