scipy.interpolate.NdPPoly. construct_fast# classmethod NdPPoly.construct_fast(c, x, extrapolate=None)[source]# 建構不經檢查的分段多項式。 與建構函式採用相同的參數。輸入參數 c 和 x 必須是形狀和類型正確的陣列。c 陣列只能是 float 和 complex 的 dtype,而 x 陣列必須具有 float 的 dtype。