{ } Raw JSON

bundles / scipy latest / scipy / interpolate / _fitpack2 / _BivariateSplineBase / get_knots

function

scipy.interpolate._fitpack2:_BivariateSplineBase.get_knots

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

Signature

def   get_knots ( self )

Summary

Return a tuple (tx,ty) where tx,ty contain knots positions of the spline with respect to x-, y-variable, respectively. The position of interior and additional knots are given as t[k+1:-k-1] and t[:k+1]=b, t[-k-1:]=e, respectively.

Aliases

  • scipy.interpolate._fitpack2._BivariateSplineBase.get_knots