SciPy

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

scipy.interpolate.BSpline.construct_fast

classmethod BSpline.construct_fast(t, c, k, extrapolate=True, axis=0)[source]

Construct a spline without making checks.

Accepts same parameters as the regular constructor. Input arrays t and c must of correct shape and dtype.

Previous topic

scipy.interpolate.BSpline.integrate

Next topic

scipy.interpolate.make_interp_spline