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