{ } Raw JSON

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-1 in m intervals. There are n polynomials 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 : int

Order up to which enforce piecewise differentiability.

Aliases

  • scipy.interpolate._ppoly.fix_continuity