-
Notifications
You must be signed in to change notification settings - Fork 17
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
Custom svd function #55
Comments
The idea behind However, for |
I see, many thanks for the answer. |
Ahh, interesting. I thought the implementations in scipy and numpy would be the same. I'll need to benchmark whether gsvd is slower than the current implementation and, if not, just change it out. |
Hi everyone,
I've just noticed that, in mparray.py, and specifically in compress_svd_l and compress_svd_r, with relerr we use svd instead of svdfunc, which does not enable to use a different svd function respect numpy.linalg.svd.
The text was updated successfully, but these errors were encountered: