This is documentation for an old release of SciPy (version 1.8.1). 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.