-
-
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
Dot does not check sizes of matrices #549
Comments
As mentioned on discourse, I always understood this to be intentional, but I am having difficulty finding smoking-gun evidence that it is (at the moment, at least). Related to discussion in #496 and JuliaLang/julia#27401. |
While I strongly prefer allowing the computation of the Hilbert Schmidt scalar product via |
Thanks! What, then, is your opinion on |
In my opinion, |
Hi, I tried to recreate this issue in Julia 1.6.2 and got an error. Perhaps this issue can be closed. Matt
|
Still an error. The example above has not done |
See discussion at https://discourse.julialang.org/t/efficient-trace-of-product-of-matrices/13313/12
Mwe :
It is debatable what should be done here, but I think the current behavior is surprising, and can easily be gotten with
vec
if needed. It seems more prudent to error.The text was updated successfully, but these errors were encountered: