julia
c99572e8 - Propagate inbounds in triangular/symmetric/UpperHessenberg get/setindex (#52512)

Commit
2 years ago
Propagate inbounds in triangular/symmetric/UpperHessenberg get/setindex (#52512) Annotate several `getindex`/`setindex!` methods with `@propagate_inbounds`. We may need to be a bit careful to check for errant `@inbounds` annotations without a corresponding bounds-check. Close #52550
Author
Parents
Loading