scipy.interpolate.PPoly.construct_fast¶
-
classmethod
PPoly.
construct_fast
(c, x, extrapolate=None, axis=0)[source]¶ Construct the piecewise polynomial without making checks.
Takes the same parameters as the constructor. Input arguments
c
andx
must be arrays of the correct shape and type. Thec
array can only be of dtypes float and complex, andx
array must have dtype float.