Re: [math] Compute derivatives for bidimensional interpolated function

2022-07-20 Thread Gilles Sadowski
Le mer. 20 juil. 2022 à 21:34, Alessandro Moscatelli a écrit : > > It seems that the SplineInterpolator per row/columns is exactly what the > depracted Cubic Interpolator was doing. > So, nevermind, I got my answer. It made sense indeed. > > Looking further into the code for PR porpuses. Great,

R: [math] Compute derivatives for bidimensional interpolated function

2022-07-20 Thread Alessandro Moscatelli
ate...@live.com> Inviato: mercoledì 20 luglio 2022 15:01 A: Commons Users List<mailto:user@commons.apache.org> Oggetto: R: [math] Compute derivatives for bidimensional interpolated function We are talking about making a PR, am I right ? So, I guess, there is no way to do this at the moment. Isn

R: [math] Compute derivatives for bidimensional interpolated function

2022-07-20 Thread Alessandro Moscatelli
for that new interface BivariateDifferentiableFunction. Thank you Alessandro Da: Gilles Sadowski<mailto:gillese...@gmail.com> Inviato: mercoledì 20 luglio 2022 14:10 A: Commons Users List<mailto:user@commons.apache.org> Oggetto: Re: [math] Compute derivatives for bidimensional

Re: [math] Compute derivatives for bidimensional interpolated function

2022-07-20 Thread Gilles Sadowski
Hello. Le mer. 20 juil. 2022 à 12:29, Alessandro Moscatelli a écrit : > > Hi everybody ! > > I have an xyz grid of points. > I want to interpolate and compute derivations along x, along y, and along xy. > > If I understood correctly, I can’t use PiecewiseBicubicSplineInterpolator > (this was my

[math] Compute derivatives for bidimensional interpolated function

2022-07-20 Thread Alessandro Moscatelli
Hi everybody ! I have an xyz grid of points. I want to interpolate and compute derivations along x, along y, and along xy. If I understood correctly, I can’t use PiecewiseBicubicSplineInterpolator (this was my first attempt), since it interpolates into