-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
transpose fails on a Matrix of Vectors #318
Comments
A
|
You are in for a ride #42 |
Hmm. Perhaps not entirely orthogonal to the discussion in #42 on whether transposition is an operation that interchanges some dimensions or one that turns a vector into a linear functional, is recursive "deeptranspose" really what
Does that seem right? |
Sorry for the delay here. I think both of your suggestions are good and it would be great if you would prepare a PR. |
Are there some things left to do here? |
I think there is. The original example still fails. |
Works on Julia master.
|
I think the behaviour should be along the lines of:
The text was updated successfully, but these errors were encountered: