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

Possible way to speed up the Spline interpolation #405

Open
leouieda opened this issue Apr 16, 2023 · 0 comments
Open

Possible way to speed up the Spline interpolation #405

leouieda opened this issue Apr 16, 2023 · 0 comments
Labels
enhancement Idea or request for a new feature

Comments

@leouieda
Copy link
Member

Just came across this paper: https://doi.org/10.1016/0898-1221(92)90167-G

It claims to reduce the forward modelling cost by a lot and allows doing matrix vector products using only O(N) storage. But it doesn't seem trivial to implement and would require a complete rewrite of much of our spline code.

Worth investigating, though!

@leouieda leouieda added the enhancement Idea or request for a new feature label Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Idea or request for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant