{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _interpolate / _PPolyBase / construct_fast

classmethod

scipy.interpolate._interpolate:_PPolyBase.construct_fast

source: /scipy/interpolate/_interpolate.py :673

Summary

Construct the piecewise polynomial without making checks.

Extended Summary

Takes the same parameters as the constructor. Input arguments c and x must be arrays of the correct shape and type. The c array can only be of dtypes float and complex, and x array must have dtype float.

Aliases

  • scipy.interpolate._interpolate._PPolyBase.construct_fast