Re: Extending math4.legacy with clamped spline interpolation

2022-08-12 Thread Gilles Sadowski
Hello. Le ven. 12 août 2022 à 16:31, a écrit : > > Hello math community! > > The current math4.legacy.analysis.interpolation.SplineInterpolator implements > an unclamped (natural) spline. We recently implemented the clamped spline > which offers additional parameterization of starting and endin

Extending math4.legacy with clamped spline interpolation

2022-08-12 Thread Michael.Scholz
Hello math community! The current math4.legacy.analysis.interpolation.SplineInterpolator implements an unclamped (natural) spline. We recently implemented the clamped spline which offers additional parameterization of starting and ending slopes. This extension we would like to contribute as a p