[SciPy-Dev] Improvement to regular grid interpolation
Edouard Goudenhoofdt
egouden at gmail.com
Wed Sep 18 05:50:25 EDT 2019
Dear scipy developers,
One could use *scipy.interpolate.RegularGridInterpolator* at different
times with different values but the same source grid and target points.
Currently this would recompute the indices each time the function is called.
I would like to add the possibility to provide the target points at
initialisation and the values when calling the object.
Best regards,
Edouard Goudenhoofdt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20190918/8c227c0e/attachment.html>
More information about the SciPy-Dev
mailing list