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.