{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _rbfinterp / RBFInterpolator / __call__

function

scipy.interpolate._rbfinterp:RBFInterpolator.__call__

source: /scipy/interpolate/_rbfinterp.py :449

Signature

def   __call__ ( self x )

Summary

Evaluate the interpolant at x.

Parameters

x : (npts, ndim) array_like

Evaluation point coordinates.

Returns

: ndarray, shape (npts, )

Values of the interpolant at x.

Aliases

  • scipy.interpolate.RBFInterpolator.__call__