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.