JuliaLinearAlgebra / BlockBandedMatrices.jl

A Julia package for representing block-banded matrices and banded-block-banded matrices
https://julialinearalgebra.github.io/BlockBandedMatrices.jl/
MIT License
56 stars 13 forks source link

`searchsortedfirst` instead of `findfirst` in `copy_accommodating_diagonals` #198

Closed jishnub closed 4 months ago

jishnub commented 4 months ago

Since the blocklasts will be sorted, we may use searchsortedfirst instead of findfirst. This will be faster as well as type-stable.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.22%. Comparing base (6d8418a) to head (a33a229).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #198 +/- ## ========================================== - Coverage 88.37% 88.22% -0.15% ========================================== Files 11 11 Lines 1204 1206 +2 ========================================== Hits 1064 1064 - Misses 140 142 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.