You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: