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

Implement fast parallel version of scipy.interpolate.LinearNDInterpolator #20

Closed
vovaf709 opened this issue Feb 20, 2023 · 2 comments
Closed
Assignees
Labels
enhancement New feature or request experiment This idea need verification high priority

Comments

@vovaf709
Copy link
Collaborator

vovaf709 commented Feb 20, 2023

scipy.interpolate.LinearNDInterpolator inference consists of 2 steps:

  • Delaunay triangulation (slowest step)
  • Linear barycentric interpolation on each triangle (easier to implement)
@vovaf709 vovaf709 added enhancement New feature or request experiment This idea need verification labels Feb 20, 2023
@vovaf709 vovaf709 assigned vovaf709 and unassigned vovaf709 Jul 9, 2023
@alexeybelkov
Copy link
Member

The development is currently here: https://github.com/alexeybelkov/parinterp

@vovaf709
Copy link
Collaborator Author

closed by #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request experiment This idea need verification high priority
Projects
None yet
Development

No branches or pull requests

2 participants