SciPy

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

scipy.interpolate.InterpolatedUnivariateSpline.get_knots

InterpolatedUnivariateSpline.get_knots()[source]

Return positions of interior knots of the spline.

Internally, the knot vector contains 2*k additional boundary knots.