Skip to content
New issue

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

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

Already on GitHub? # to your account

QR is slow and greedy #315

Open
Magalame opened this issue Jan 24, 2020 · 0 comments
Open

QR is slow and greedy #315

Magalame opened this issue Jan 24, 2020 · 0 comments

Comments

@Magalame
Copy link

I should have opened this issue some time ago. I wrote some benchmarks and it seems that QR factorization is exceptionally slow and greedy.

For a 100*100 matrix, it takes 60.3 ms and has a footprint of 67 MB. While a pure haskell library finishes in 1.7 ms, and 160kB.

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

No branches or pull requests

1 participant