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

Drop usage of blockcolsupport(_, ::Int) #126

Closed dlfivefifty closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #126 (8c28903) into master (7f71b9c) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   87.01%   87.00%   -0.02%     
==========================================
  Files          10       10              
  Lines        1186     1185       -1     
==========================================
- Hits         1032     1031       -1     
  Misses        154      154              
Impacted Files Coverage Δ
src/AbstractBlockBandedMatrix.jl 83.33% <100.00%> (-0.19%) :arrow_down:
src/BlockSkylineMatrix.jl 93.25% <100.00%> (ø)
src/interfaceimpl.jl 98.59% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7f71b9c...8c28903. Read the comment docs.