julia
e5821b32 - LinearAlgebra: replace internal broadcast indexing method by getindex (#54071)

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.
Author
Parents
Loading