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

scipy.interpolate.RectBivariateSpline.ev

RectBivariateSpline.ev(xi, yi)[source]

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

Previous topic

scipy.interpolate.RectBivariateSpline.__call__

Next topic

scipy.interpolate.RectBivariateSpline.get_coeffs