scipy.interpolate.BSpline. 导数# BSpline.derivative(nu=1)[源代码]# 返回表示导数的 B 样条。 参数: nuint,可选导数阶数。默认为 1。 返回: bBSpline 对象表示导数的新实例。 另请参阅 splder, splantider