scipy.interpolate.NdPPoly.
construct_fast#
- classmethod NdPPoly.construct_fast(c, x, extrapolate=None)[source]#
- Construct the piecewise polynomial without making checks. - Takes the same parameters as the constructor. Input arguments - cand- xmust be arrays of the correct shape and type. The- carray can only be of dtypes float and complex, and- xarray must have dtype float.