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

Storage Order #4

Open
rayegun opened this issue Jul 14, 2022 · 1 comment
Open

Storage Order #4

rayegun opened this issue Jul 14, 2022 · 1 comment

Comments

@rayegun
Copy link

rayegun commented Jul 14, 2022

This may already be contained in ArrayInterface somewhere, but I haven't yet found it. It would be great if we could have a trait that indicates the storage order of an array here. Something like ColMajor, RowMajor, and a fallback RuntimeOrder and/or UnknownOrder.

@Tokazama
Copy link
Member

We have stride_rank and is_column_major

@ChrisRackauckas ChrisRackauckas transferred this issue from JuliaArrays/ArrayInterface.jl Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants