sarah-ek / faer-rs

Linear algebra foundation for the Rust programming language
https://faer-rs.github.io
MIT License
1.79k stars 58 forks source link

Sparse cholesky #72

Closed sarah-ek closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Attention: 990 lines in your changes are missing coverage. Please review.

Comparison is base (c7d48c6) 91.87% compared to head (b4d8f7a) 91.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #72 +/- ## ========================================== - Coverage 91.87% 91.39% -0.48% ========================================== Files 50 56 +6 Lines 54927 60626 +5699 ========================================== + Hits 50465 55411 +4946 - Misses 4462 5215 +753 ``` | [Files](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah) | Coverage Δ | | |---|---|---| | [faer-cholesky/src/ldlt\_diagonal/mod.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jaG9sZXNreS9zcmMvbGRsdF9kaWFnb25hbC9tb2QucnM=) | `100.00% <100.00%> (ø)` | | | [faer-cholesky/src/ldlt\_diagonal/update.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jaG9sZXNreS9zcmMvbGRsdF9kaWFnb25hbC91cGRhdGUucnM=) | `88.58% <100.00%> (+0.01%)` | :arrow_up: | | [faer-cholesky/src/llt/mod.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jaG9sZXNreS9zcmMvbGx0L21vZC5ycw==) | `99.67% <100.00%> (+<0.01%)` | :arrow_up: | | [faer-cholesky/src/llt/update.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jaG9sZXNreS9zcmMvbGx0L3VwZGF0ZS5ycw==) | `87.53% <100.00%> (+0.01%)` | :arrow_up: | | [faer-core/src/mul.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jb3JlL3NyYy9tdWwucnM=) | `85.06% <100.00%> (+8.42%)` | :arrow_up: | | [faer-lu/src/full\_pivoting/compute.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1sdS9zcmMvZnVsbF9waXZvdGluZy9jb21wdXRlLnJz) | `95.95% <100.00%> (ø)` | | | [faer-qr/src/col\_pivoting/compute.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1xci9zcmMvY29sX3Bpdm90aW5nL2NvbXB1dGUucnM=) | `94.03% <100.00%> (ø)` | | | [faer-sparse-experimental/src/cholesky.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1zcGFyc2UtZXhwZXJpbWVudGFsL3NyYy9jaG9sZXNreS5ycw==) | `88.80% <ø> (ø)` | | | [faer/src/lib.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci9zcmMvbGliLnJz) | `81.09% <100.00%> (-0.05%)` | :arrow_down: | | [faer-cholesky/src/llt/compute.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jaG9sZXNreS9zcmMvbGx0L2NvbXB1dGUucnM=) | `92.77% <97.61%> (+1.11%)` | :arrow_up: | | ... and [8 more](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/72?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah) | | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/72/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah)

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