julia
7f266fa1
- Use ind2sub directly in reinterpret(reshape, ...) fallbacks (#37903)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
Use ind2sub directly in reinterpret(reshape, ...) fallbacks (#37903) `_to_subscript_indices` doesn't do quite the same thing in higher-dimensional contexts, so best to use `ind2sub` directly.
References
#37903 - Use ind2sub directly in reinterpret(reshape, ...) fallbacks
Author
timholy
Parents
08a233dd
Loading