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