-
Notifications
You must be signed in to change notification settings - Fork 235
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
genericMatrix should be row major #3596
Comments
This was bugging me the other day, too. I wonder how much code it would break if we changed it? For example, M1:= transpose genericMatrix(R1,xxX_(1,1),c,r); |
I personally think it's a change worth trying, and if we find that it breaks way too many things we can just add |
I agree that the proposed way is better, but I'm afraid it will break alot of code. Not code in the system so much, but in particular, for personal code of mine for different projects of mine. |
I remember this as being one of the first things that annoyed me when I started using M2 twenty years ago. And adding transpose is not great because the degree shift becomes visible
|
This is also bad:
|
It was pointed out during the workshop that the output of
genericMatrix
should be row major instead of column major because this makes no sense:The text was updated successfully, but these errors were encountered: