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

Optimize splinefit #8

Open
felipenoris opened this issue Nov 18, 2018 · 0 comments
Open

Optimize splinefit #8

felipenoris opened this issue Nov 18, 2018 · 0 comments

Comments

@felipenoris
Copy link
Owner

When loading a database of historical curves, Cubic Spline curves spends a lot of time running splinefit function. The bottleneck seems to be A \ b calculation.

Maybe there's a way to optimize this, since we have information about the structure of this linear system.

Ref: http://www.math.ntnu.no/emner/TMA4215/2008h/cubicsplines.pdf

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

No branches or pull requests

1 participant