bundles / scipy latest / scipy / interpolate / _rbfinterp / RBFInterpolator / __call__
function
scipy.interpolate._rbfinterp:RBFInterpolator.__call__
Signature
def __call__ ( self , x ) Summary
Evaluate the interpolant at x.
Parameters
x: (npts, ndim) array_likeEvaluation point coordinates.
Returns
: ndarray, shape (npts, )Values of the interpolant at
x.
Aliases
-
scipy.interpolate.RBFInterpolator.__call__