scipy.interpolate.NdPPoly.construct_fast

classmethod NdPPoly.construct_fast(c, x, extrapolate=None)[源代码]

构造分段多项式而不做校验。

采用与构造函数相同的参数。输入参数 cx 必须是形状和类型正确的数组。这个 c 数组只能是浮点和复杂数据类型,并且 x 数组必须具有数据类型浮点。