-
Notifications
You must be signed in to change notification settings - Fork 26
Add GenericSVD.jl here? #20
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
Comments
There is mention of and SVD solver here, what's the difference? |
This package isn't registered: I get the impression that it is a bit experimental GenericSVD.jl was based on this code, but has a bit more polish, and deals with a few more edge cases. |
Now it has been registered, this would probably be a good idea. |
This package is now registered and I think the svd here covers the same functionality as GenericSVD so I'll close. |
It seems like some things that were fixed in the using GenericLinearAlgebra
svd(big.(randn(5,2)), full=true) I guess there could be others as well. Some simple tests that perhaps could be reused are found here |
Added support for |
It seems like it fits nicely here, and there is no need to have it as a separate package. @simonbyrne
The text was updated successfully, but these errors were encountered: