scipy.interpolate.RBFInterpolator. __call__# RBFInterpolator.__call__(x)[源代码]# 在 x 处计算插值器。 参数: x(Q, N) 类数组评估点的坐标。 返回: (Q, …) ndarray插值器在 x 处的值。