SciPy

scipy.interpolate.LSQUnivariateSpline.__call__

LSQUnivariateSpline.__call__(x, nu=0)[source]

Evaluate spline (or its nu-th derivative) at positions x.

Note: x can be unordered but the evaluation is more efficient if x is (partially) ordered.