Since we seem to have a lot of experts on interpolation in Julia in this thread, can I just ask a general question: I'm trying to interpolate values of a function for which I only know the values at some gridpoints in six dimensions. What would be the best way to do this given that I need the interpolation to be fast, as I have to interpolate millions of times?
I realize that this is a fairly general question, but I'd appreciate any pointers as to what the interpolation capabilities of Julia are! Thanks, Nils