scipy.interpolate.RBFInterpolator.

__call__#

RBFInterpolator.__call__(x)[源代码]#

x 处计算插值器。

参数:
x(Q, N) 类数组

评估点的坐标。

返回:
(Q, …) ndarray

插值器在 x 处的值。