scipy.interpolate.BSpline. 導數# BSpline.derivative(nu=1)[source]# 返回表示導數的 B 樣條。 參數: nu整數,選填導數階數。預設值為 1。 返回: bBSpline 物件一個表示導數的新實例。 參見 splder, splantider