- PPSplineF64.csolve(tau, y, left_n, right_n, allow_lsq)#
Solve the coefficients of the spline given the data sites and the endpoint constraints.
- Parameters:
tau (sequence of float) – The x-axis data sites.
y (sequence of float (or Dual or Dual2)) – The y-axis data site values, of a type associated with the spline
left_n (int) – The derivative order of the left side endpoint constraint.
right_n (int) – The derivative order of the right side endpoint constraint.
allow_lsq (bool) – Whether to permit least squares solving.
- Return type:
None