-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Roadmap: basic linear algebra framework for generic eltypes #61
Comments
cc: @stevengj |
For dense QR, it seems like the priority should be on Householder; I'm not sure if there is any point in implementing other algorithms. I don't have any strong opinion on pivoting of QR. |
Code for generic SVD is available in GenericSVD.jl. Do we want to polish this up and merge into Base? |
Yes, that sounds like a good idea. |
Here's one more vote for arbitrary-precision |
@0joshuaolson1 Some of this work has been done in https://github.com/andreasnoack/LinearAlgebra.jl but it still needs to be better tested. |
Some of this functionality has been implemented to packages, e.g. https://github.com/JuliaLinearAlgebra/GenericLinearAlgebra.jl … I suspect that we should close this issue in favor of more specific issues or packages? |
This issue continues on from #11 and JuliaLang/julia#5381 as a placeholder to track what is left to put into place a useful skeleton of basic linear algebra for generic element types.
Routines for special matrices (#3688)
Tridiagonal
linear solver (#39701)Factorization
sinv
andeig
work.The text was updated successfully, but these errors were encountered: