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

Don't error in lmul!/rmul! with non-zero entries #171

Closed dlfivefifty closed 11 months ago

codecov[bot] commented 12 months ago

Codecov Report

Patch coverage has no change and project coverage change: -0.02% :warning:

Comparison is base (821853b) 87.07% compared to head (6076183) 87.06%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #171 +/- ## ========================================== - Coverage 87.07% 87.06% -0.02% ========================================== Files 11 11 Lines 1184 1090 -94 ========================================== - Hits 1031 949 -82 + Misses 153 141 -12 ``` | [Files Changed](https://app.codecov.io/gh/JuliaLinearAlgebra/BlockBandedMatrices.jl/pull/171?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra) | Coverage Δ | | |---|---|---| | [src/broadcast.jl](https://app.codecov.io/gh/JuliaLinearAlgebra/BlockBandedMatrices.jl/pull/171?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra#diff-c3JjL2Jyb2FkY2FzdC5qbA==) | `80.54% <ø> (+1.88%)` | :arrow_up: | ... and [9 files with indirect coverage changes](https://app.codecov.io/gh/JuliaLinearAlgebra/BlockBandedMatrices.jl/pull/171/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra)

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