scipy.interpolate.PPoly.

construct_fast#

classmethod PPoly.construct_fast(c, x, extrapolate=None, axis=0)[源代码]#

在不进行检查的情况下构造分段多项式。

接受与构造函数相同的参数。输入参数 cx 必须是正确形状和类型的数组。 c 数组只能是 dtype float 和 complex,而 x 数组必须具有 dtype float。