JuliaSmoothOptimizers / SparseMatricesCOO.jl

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

Conversion function for SparseMatricesCOO #27

Closed geoffroyleconte closed 2 years ago

geoffroyleconte commented 2 years ago

Create a SparseMatrixCOO with different vector types from another SparseMatrixCOO.

codecov[bot] commented 2 years ago

Codecov Report

Base: 84.48% // Head: 84.98% // Increases project coverage by +0.50% :tada:

Coverage data is based on head (39880fc) compared to base (d2cb3ab). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #27 +/- ## ========================================== + Coverage 84.48% 84.98% +0.50% ========================================== Files 3 3 Lines 348 353 +5 ========================================== + Hits 294 300 +6 + Misses 54 53 -1 ``` | [Impacted Files](https://codecov.io/gh/JuliaSmoothOptimizers/SparseMatricesCOO.jl/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers) | Coverage Δ | | |---|---|---| | [src/coo\_types.jl](https://codecov.io/gh/JuliaSmoothOptimizers/SparseMatricesCOO.jl/pull/27/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL2Nvb190eXBlcy5qbA==) | `57.14% <100.00%> (+2.93%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.