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

Support Fortran-style arrays #26

Open
dievsky opened this issue Nov 22, 2019 · 0 comments
Open

Support Fortran-style arrays #26

dievsky opened this issue Nov 22, 2019 · 0 comments
Assignees

Comments

@dievsky
Copy link
Contributor

dievsky commented Nov 22, 2019

Currently only C-style (row-major) arrays are supported. Extending this to Fortran-style (column-major) arrays would allow transposing an array in O(1) without copying, but would also bring additional difficulties for binary operations (there's no efficient way to add a C- and Fortran-style array).

@dievsky dievsky self-assigned this Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant