scipy.interpolate.NdPPoly. construct_fast# classmethod NdPPoly.construct_fast(c, x, extrapolate=None)[source]# 在不进行检查的情况下构造分段多项式。 采用与构造函数相同的参数。输入参数 c 和 x 必须是正确形状和类型的数组。c 数组只能是浮点型和复数型,x 数组必须是浮点型。