JuliaSmoothOptimizers / SparseMatricesCOO.jl

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

Add support for sum and kronecker product of COO sparse matrices #45

Open albertomercurio opened 4 months ago

albertomercurio commented 4 months ago

Hello,

I added the support of the following operations:

where both A and B are SparseMatrixCOO

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 97.56098% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.41%. Comparing base (acbecad) to head (949de13). Report is 2 commits behind head on main.

:exclamation: Current head 949de13 differs from pull request most recent head 7d346ca

Please upload reports for the commit 7d346ca to get more accurate results.

Files Patch % Lines
src/coo_linalg.jl 97.56% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #45 +/- ## ========================================== + Coverage 85.39% 86.41% +1.02% ========================================== Files 4 4 Lines 363 405 +42 ========================================== + Hits 310 350 +40 - Misses 53 55 +2 ```

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