-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix dot(::Adjoint, ::Adjoint) for numbers that don't commute under multiplication #44219
Conversation
Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com>
Should this be backported to 1.6? It would be annoying to have to work around this bug until the next LTS. |
…ltiplication (JuliaLang#44219) Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com>
…ltiplication (JuliaLang#44219) Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com>
Does this really have to go into 1.6. The |
We don't need to backport to v1.6. IIRC, then #39004 was just for performance, so there is no (should not be) bug in the LTS regarding |
Fixes JuliaLang/LinearAlgebra.jl#908