Skip to content
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

add 'ᵀ postfix operator for transpose #38062

Merged
merged 1 commit into from
Oct 23, 2020

Conversation

simeonschaub
Copy link
Member

I feel like transpose is really the only sensible meaning of 'ᵀ and this was also the main use case for #37247, so I think defining it in Base makes the most sense.
fixes #21037

@JeffBezanson JeffBezanson added the triage This should be discussed on a triage call label Oct 21, 2020
@pablosanjose
Copy link
Contributor

Why was discarded? It seems cleaner to me than 'ᵀ.

@simeonschaub
Copy link
Member Author

It's already a valid identifier and identifiers like aᵀb are currently quite often used as variable names.

@simeonschaub
Copy link
Member Author

Triage approved of this, so should be ready to go.

@JeffBezanson JeffBezanson removed the triage This should be discussed on a triage call label Oct 23, 2020
@JeffBezanson JeffBezanson merged commit 665279a into JuliaLang:master Oct 23, 2020
@simeonschaub simeonschaub mentioned this pull request Nov 1, 2020
@GiggleLiu
Copy link
Contributor

Just read the 1.6 news, to me, it definitely looks like a conjugate rather than a transpose.

@dnadlinger
Copy link
Member

Just saw this in the 1.6 changelog too, and to me (math/physics at ETH Zurich), a'ᵀ pretty "unambiguously" parses as transpose(adjoint(a)), i.e. conj(a) as well – except that, of course, that's not what it means as per this PR!

Imho 1.6 should be released without this, and a discussion reopened later.

@Roger-luo
Copy link
Contributor

I didn't see this change until now either, I second what @GiggleLiu @dnadlinger says a'ᵀ does look more like transpose+adjoint.

@dnadlinger
Copy link
Member

I've opened #40070 for further discussion.

KristofferC added a commit that referenced this pull request Mar 17, 2021
DilumAluthge pushed a commit that referenced this pull request Mar 17, 2021
KristofferC added a commit that referenced this pull request Mar 23, 2021
@KristofferC KristofferC mentioned this pull request Mar 23, 2021
10 tasks
KristofferC added a commit that referenced this pull request Mar 23, 2021
KristofferC added a commit that referenced this pull request Apr 4, 2021
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
antoine-levitt pushed a commit to antoine-levitt/julia that referenced this pull request May 9, 2021
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new syntax for transpose
6 participants