AW: Extending math4.legacy with clamped spline interpolation

2022-09-02 Thread Michael.Scholz
Thank you Gilles for your detailed response! Gilles wrote: > [...] > How about "SplineInterpolator" provide a factory method to select one or the > other implementation? > I.e. something like > ---CUT--- > public SplineInterpolator implements UnivariateInterpolator { > /** Interpolation algori

Re: Extending math4.legacy with clamped spline interpolation

2022-09-02 Thread Gilles Sadowski
Hello. Le ven. 2 sept. 2022 à 19:01, a écrit : > > Thank you Gilles for your detailed response! > > Gilles wrote: > > [...] > > How about "SplineInterpolator" provide a factory method to select one or the > > other implementation? > > I.e. something like > > ---CUT--- > > public SplineInterpolato