JuliaSmoothOptimizers / SparseMatricesCOO.jl

Sparse matrices in coordinate format for Julia
Mozilla Public License 2.0
7 stars 4 forks source link

Sum with diagonal matrix #22

Closed geoffroyleconte closed 2 years ago

geoffroyleconte commented 2 years ago

I need to write this to do operations with SparseMatricesCOO. Since this is specific to my application, if you think that it is not necessary, I can keep it out of this package.

codecov[bot] commented 2 years ago

Codecov Report

Merging #22 (cf4fc20) into main (e979510) will increase coverage by 3.14%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
+ Coverage   77.21%   80.36%   +3.14%     
==========================================
  Files           3        3              
  Lines         237      275      +38     
==========================================
+ Hits          183      221      +38     
  Misses         54       54              
Impacted Files Coverage Δ
src/coo_linalg.jl 98.78% <100.00%> (+0.36%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dpo commented 2 years ago

thank you