This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.interpolate.SmoothBivariateSpline.ev

SmoothBivariateSpline.ev(xi, yi)

Evaluate spline at points (x[i], y[i]), i=0,...,len(x)-1

Previous topic

scipy.interpolate.SmoothBivariateSpline.__call__

Next topic

scipy.interpolate.SmoothBivariateSpline.get_coeffs

This Page