Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi-valued interpolation for large arrays #389

Open
ajwheeler opened this issue Nov 18, 2020 · 3 comments
Open

multi-valued interpolation for large arrays #389

ajwheeler opened this issue Nov 18, 2020 · 3 comments

Comments

@ajwheeler
Copy link

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?

@mkitti
Copy link
Collaborator

mkitti commented Aug 8, 2021

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

@ajwheeler
Copy link
Author

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.

@timholy
Copy link
Member

timholy commented Aug 9, 2021

Can you use NoInterp along the first dimension?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants