scipy.interpolate.CloughTocher2DInterpolator.

__call__#

CloughTocher2DInterpolator.__call__(xi)#

在给定点评估插值器。

参数:
x1, x2, … xn: float 类型的类数组

要插值数据的点。x1, x2, … xn 可以是 float 类型的类数组,具有可广播的形状。或者 x1 可以是形状为 (..., ndim) 的 float 类型的类数组