You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: