cupyx.scipy.interpolate.splder#
- cupyx.scipy.interpolate.splder(tck, n=1)[source]#
Compute the spline representation of the derivative of a given spline
- Parameters:
- 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