-
-
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
new postfix transpose()
operator different from '
#35593
Comments
Yet the following does not work
And that is the point of having a built in operator, such that the parser will recognize |
It works if you surround julia> (z)ᵀ*z
1.4221674642522308 I should also reference this PR: #34549 where they run PkgEval to show what registered packages would be effected by changing the meaning of |
duplicate of #21037 |
Isn't that already the case --- adjoint and transpose are equivalent for reals? |
Can we introduce a new postfix operator for the transpose, like
A^⊤
orA̕
?It would of great help to us who write expressions with a lot of transposes. For example:
and it would more true to form if the multiple calls to
transpose()
were replaced with something more terse. Even if the language defaulted to transpose forA'
unless it knew a complex data type was used when the adoint is more appropriate.The text was updated successfully, but these errors were encountered: