-
-
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
Error in 2-norm computation #222
Labels
bug
Something isn't working
Comments
nalimilan
referenced
this issue
in JuliaLang/julia
Jun 20, 2015
No need to take the inverse too early. Fixes #11788.
nalimilan
referenced
this issue
in JuliaLang/julia
Jun 20, 2015
No need to take the inverse too early. Fixes #11788.
nalimilan
referenced
this issue
in JuliaLang/julia
Jun 20, 2015
No need to take the inverse too early. Fixes #11788.
The issue is in the Julia generic implementation,
I've made a PR to try to fix this: JuliaLang/julia#11789 |
nalimilan
referenced
this issue
in JuliaLang/julia
Aug 11, 2015
No need to take the inverse too early. Fixes #11788.
andreasnoack
referenced
this issue
in JuliaLang/julia
Aug 11, 2015
elements in vecnorm methods. This fixes #11788.
andreasnoack
referenced
this issue
in JuliaLang/julia
Aug 11, 2015
elements in vecnorm methods. This fixes #11788.
andreasnoack
referenced
this issue
in JuliaLang/julia
Aug 11, 2015
elements in vecnorm methods. This fixes #11788.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The same happens in 3.x.
Python:
Matlab:
The text was updated successfully, but these errors were encountered: