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