scipy.interpolate.BPoly.

construct_fast#

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

构造分段多项式,不进行检查。

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