julia
e5821b32
- LinearAlgebra: replace internal broadcast indexing method by getindex (#54071)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
LinearAlgebra: replace internal broadcast indexing method by getindex (#54071) Within the `@inbounds` annotation, these two should be equivalent, so we may call the public method instead of the internal one. Performance remains unchanged by this.
References
#54071 - LinearAlgebra: replace internal broadcast indexing method by getindex
Author
jishnub
Parents
7ee15d13
Loading