JuliaLinearAlgebra / BlockBandedMatrices.jl

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

Don't import `_fill_lmul!` #178

Closed jishnub closed 10 months ago

jishnub commented 10 months ago

This isn't used anywhere in this package

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (9ce85e3) 88.23% compared to head (ed7aa3c) 88.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #178 +/- ## ======================================= Coverage 88.23% 88.23% ======================================= Files 11 11 Lines 1190 1190 ======================================= Hits 1050 1050 Misses 140 140 ```

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