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 Adjoint/Transpose(::Char). fix #25242 #25265

Closed
wants to merge 1 commit into from
Closed

add Adjoint/Transpose(::Char). fix #25242 #25265

wants to merge 1 commit into from

Conversation

KlausC
Copy link
Contributor

@KlausC KlausC commented Dec 25, 2017

@andyferris
Copy link
Member

My suggestion is to instead use the newer, shorter invocation of permutedims for "data" transposing, and leave adjoint and transpose for linear algebra purposes.

char_mat = ['a' 'b';
            'c' 'd']
permutedims(char_mat)

@JeffBezanson
Copy link
Member

-1. We shouldn't need to add methods like this to avoid segfaults (or, ideally, even stack overflows).

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.

3 participants