{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _fitpack2 / _BivariateSplineBase

class

scipy.interpolate._fitpack2:_BivariateSplineBase

source: /scipy/interpolate/_fitpack2.py :932

Signature

class   _BivariateSplineBase ( )

Members

Summary

Base class for Bivariate spline s(x,y) interpolation on the rectangle [xb,xe] x [yb, ye] calculated from a given set of data points (x,y,z).

See also

BivariateSpline

a base class for bivariate splines.

SphereBivariateSpline

a bivariate spline on a spherical grid

bisplev

a function to evaluate a bivariate B-spline and its derivatives

bisplrep

a function to find a bivariate B-spline representation of a surface

Aliases

  • scipy.interpolate._fitpack2._BivariateSplineBase