This is documentation for an old release of SciPy (version 1.8.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.interpolate.RBFInterpolator.__call__#

RBFInterpolator.__call__(x)[source]#

Evaluate the interpolant at x.

Parameters
x(Q, N) array_like

Evaluation point coordinates.

Returns
(Q, …) ndarray

Values of the interpolant at x.