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

Reshape data-structures from MATLAB to Python native #25

Open
kev-m opened this issue Sep 11, 2023 · 0 comments
Open

Reshape data-structures from MATLAB to Python native #25

kev-m opened this issue Sep 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@kev-m
Copy link
Owner

kev-m commented Sep 11, 2023

This project is a fairly faithful conversion of the MATLAB project into Python. This means that almost all of the matrices use the MATLAB's column-major layout.

In order to facilitate future development in Python, it is preferred to use the row-major layout that is more conventionally used in Python.

This is a parent ticket to track the conversion of matrices and operations.

@kev-m kev-m added the enhancement New feature or request label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant