construct_fast — SciPy v1.15.3 Manual (original) (raw)

scipy.interpolate.BSpline.

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.