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

Addition of other interpolation methods #1

Open
qlahcim opened this issue Aug 29, 2023 · 1 comment
Open

Addition of other interpolation methods #1

qlahcim opened this issue Aug 29, 2023 · 1 comment

Comments

@qlahcim
Copy link

qlahcim commented Aug 29, 2023

Any chance to add some other interpolation methods (cubic, spline, nearest, ...) to be more compatible with interp1 and griddedInterpolant? The only linear interpolation method is supported, which is a bit limited. I understand that addition of other interpolation method support is not easy task, but in some cases (especially in evaluating the query points one by one (in a for-loop) regime) are other methods very important, too.

@otvam
Copy link
Owner

otvam commented Sep 4, 2023

I am not anymore using this code actively so it is unlikely that other interpolation methods will be added.
However, the structure of the code should be good for implementing other methods (especially, the method for finding the mapping between the query and interpolation points).

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

2 participants