You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add least_squares, reset_knots, keep_knots across all fitter types
- Add least_squares(smoothing, reset_knots) to all 9 fitter types
(was missing from fitpack_parametric_curve). When reset_knots=.true.,
a smoothing pre-fit determines sparser knots before the LS pass.
- Add interpolate(reset_knots) to all 9 types (default .true.).
When .false., FITPACK continues from current knots.
- Add keep_knots parameter to fit() to bypass the iopt guard.
- Extend test_umbrella_api with parametric curve interpolate/LS tests.
- Mark PR A (Public API Cleanup) as done in refactoring plan.
0 commit comments