multi-valued interpolation for large arrays
In #3 , StaticArrays are recommended for multi-valued interpolation, but they are slow for large arrays. I want to interpolate over vectors of length ~10^4. What's the best way to do this?
I could use WeightedIndex (#363) and separately interpolate each dimension, but would this be as fast?
Sorry, this has yet to be addressed. Could you show some example code of what you would like to do?
No worries, I realize this is a volunteer effort. I don't have time to put together an example right now, but I will if this comes up later. Feel free to close if you wish.
Can you use NoInterp along the first dimension?