JuliaArrays / BlockDiagonals.jl

Functionality for working efficiently with block diagonal matrices.
MIT License
49 stars 11 forks source link

Fix the `diag` and `svdvals` bugs for non-square blocks #96

Closed mzgubic closed 2 years ago

mzgubic commented 2 years ago

Closes #95 , closes #67

codecov[bot] commented 2 years ago

Codecov Report

Merging #96 (c823667) into master (5ac68cf) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #96      +/-   ##
==========================================
+ Coverage   95.87%   95.91%   +0.03%     
==========================================
  Files           5        5              
  Lines         315      318       +3     
==========================================
+ Hits          302      305       +3     
  Misses         13       13              
Impacted Files Coverage Δ
src/linalg.jl 95.34% <100.00%> (+0.16%) :arrow_up:

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 5ac68cf...c823667. Read the comment docs.