scipy.interpolate.InterpolatedUnivariateSpline.__call__

InterpolatedUnivariateSpline.__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.

Previous topic

scipy.interpolate.InterpolatedUnivariateSpline

Next topic

scipy.interpolate.InterpolatedUnivariateSpline.derivatives