bundles / scipy 1.17.1 / scipy / interpolate / _interpnd / NDInterpolatorBase / __call__
cython_function_or_method
scipy.interpolate._interpnd:NDInterpolatorBase.__call__
Signature
def interpolator ( xi ) Summary
Evaluate interpolator at given points.
Parameters
x1, x2, ... xn: array-like of floatPoints where to interpolate data at. x1, x2, ... xn can be array-like of float with broadcastable shape. or x1 can be array-like of float with shape
(..., ndim)
Aliases
-
scipy.interpolate._interpnd.NDInterpolatorBase.__call__