-
Notifications
You must be signed in to change notification settings - Fork 149
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
Another broadcast inconsistency with Base #199
Comments
Sorry, I forgot to close this off. Github should have been auto-closed this, but perhaps it needs something like |
oschulz
pushed a commit
to oschulz/StaticArrays.jl
that referenced
this issue
Apr 4, 2023
* add a note about `reinterpret`'s memory layout * rephrase the words * apply suggestions * move to advanced section * add example for dims keyword * one more note on `dims=ndims(v)` * explain the memory order and the view perspective * Minor wording change Co-authored-by: Pietro Vertechi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Base you get
but in
StaticArrays
you getThe text was updated successfully, but these errors were encountered: