scipy.interpolate.KroghInterpolator.

__call__#

KroghInterpolator.__call__(x)[source]#

评估插值函数

参数:
xarray_like

要评估插值函数的点或点集。

返回值:
yarray_like

插值值。形状由将原始数组中的插值轴替换为x 的形状决定。

备注

输入值x 必须可转换为float 值,如intfloat