scipy.interpolate.BPoly.

construct_fast#

classmethod BPoly.construct_fast(c, x, extrapolate=None, axis=0)[source]#

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

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