interpax.Interpolator1D.__call__
- Interpolator1D.__call__(xq: Real[Array, '...'] | Real[ndarray, '...'] | number | int | float, dx: int = 0) Inexact[Array, '...']Source
Evaluate the interpolated function or its derivatives.
- Parameters:
xq (ndarray, shape(Nq,)) – Query points where interpolation is desired
dx (int >= 0) – Derivative to take.
- Returns:
fq (ndarray, shape(Nq, …)) – Interpolated values.