scipy.interpolate.NdPPoly. construct_fast# classmethod NdPPoly.construct_fast(c, x, extrapolate=None)[源代码]# 构造分段多项式,不进行检查。 采用与构造函数相同的参数。输入参数 c 和 x 必须是形状和类型正确的数组。c 数组只能是 float 和 complex 数据类型,而 x 数组必须具有 float 数据类型。