bundles / scipy 1.17.1 / scipy / interpolate / _ppoly / fix_continuity
fused_cython_function
scipy.interpolate._ppoly:fix_continuity
Signature
def fix_continuity ( c , x , order ) Summary
Make a piecewise polynomial continuously differentiable to given order.
Parameters
c: ndarray, shape (k, m, n)Coefficients local polynomials of order
k-1inmintervals. There arenpolynomials in each interval. Coefficient of highest order-term comes first.Coefficients c[-order-1:] are modified in-place.
x: ndarray, shape (m+1,)Breakpoints of polynomials
order: intOrder up to which enforce piecewise differentiability.
Aliases
-
scipy.interpolate._ppoly.fix_continuity