-
-
Notifications
You must be signed in to change notification settings - Fork 654
Matrix singular values #39831
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
Matrix singular values #39831
Conversation
bfdf734
to
5808c56
Compare
5808c56
to
5c69ad7
Compare
Documentation preview for this PR (built with commit eed345f; changes) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
One can also think of a better method for sparse matrices, as explicitly multiplying out m*m.H produces a fill-in, generally speaking. Surely there is stuff in ARPACK and maybe in SuiteSparse to handle this better |
Implement
.singular_values()
for matrix. Previously it was only available forRBF
andCBF
.Should probably later add
algorithm=sympy
using #32171 , but is not in scope here.📝 Checklist
⌛ Dependencies
#39804 : while not strictly necessary, this makes the method more useful --- otherwise it raises a warning in base fields such as RR or CC