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

Support Symmetric(::BandedBlockBandedMatrix) #128

Closed dlfivefifty closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #128 (84adbc7) into master (eb53051) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
+ Coverage   86.98%   87.01%   +0.02%     
==========================================
  Files          10       10              
  Lines        1176     1186      +10     
==========================================
+ Hits         1023     1032       +9     
- Misses        153      154       +1     
Impacted Files Coverage Δ
src/BlockBandedMatrices.jl 0.00% <ø> (ø)
src/AbstractBlockBandedMatrix.jl 83.51% <100.00%> (+2.03%) :arrow_up:
src/BlockSkylineMatrix.jl 93.25% <0.00%> (-0.38%) :arrow_down:

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 074293b...84adbc7. Read the comment docs.