scipy.interpolate.CloughTocher2DInterpolator.

__call__#

CloughTocher2DInterpolator.__call__(xi)#

在给定点处评估插值器。

参数:
x1, x2, … xn: 类似数组的浮点数

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