Interpolations.jl icon indicating copy to clipboard operation
Interpolations.jl copied to clipboard

multi-valued interpolation for large arrays

Open ajwheeler opened this issue 5 years ago • 3 comments

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?

ajwheeler avatar Nov 18 '20 22:11 ajwheeler

Sorry, this has yet to be addressed. Could you show some example code of what you would like to do?

mkitti avatar Aug 08 '21 19:08 mkitti

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.

ajwheeler avatar Aug 09 '21 19:08 ajwheeler

Can you use NoInterp along the first dimension?

timholy avatar Aug 09 '21 20:08 timholy