-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
strides
missing methods for various AbstractArray subtypes
#29705
Comments
Is this still worked on? No method is available for BitArrays in Julia 1.4.1
Also
|
In Julia, we've used the stride terminology to talk about storage locations. BitArrays don't have strided storage locations, so they'll never support |
Thanks for your answer! |
Seems like some simple methods are missing for
strides
functionsimilarily
and also other basic subtypes of
AbstractArray
such asDiagonal
etc.The text was updated successfully, but these errors were encountered: