scipy.interpolate.BSpline.

construct_fast#

classmethod BSpline.construct_fast(t, c, k, extrapolate=True, axis=0)[原始碼]#

建構一個 spline,但不進行檢查。

接受與常規建構函式相同的參數。輸入陣列 tc 必須具有正確的形狀和 dtype。