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

document the user-facing api of faer-core #52

Closed sarah-ek closed 12 months ago

codecov[bot] commented 12 months ago

Codecov Report

Patch coverage: 82.78% and no project coverage change.

Comparison is base (91beda5) 92.71% compared to head (fc17b33) 92.72%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #52 +/- ## ======================================= Coverage 92.71% 92.72% ======================================= Files 49 49 Lines 51744 51752 +8 ======================================= + Hits 47976 47988 +12 + Misses 3768 3764 -4 ``` | [Files Changed](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah) | Coverage Δ | | |---|---|---| | [faer-core/src/inverse.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jb3JlL3NyYy9pbnZlcnNlLnJz) | `99.21% <ø> (ø)` | | | [faer-core/src/mul.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jb3JlL3NyYy9tdWwucnM=) | `76.77% <ø> (ø)` | | | [faer-core/src/zip.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jb3JlL3NyYy96aXAucnM=) | `95.62% <ø> (ø)` | | | [faer-core/src/lib.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jb3JlL3NyYy9saWIucnM=) | `75.76% <62.96%> (+0.10%)` | :arrow_up: | | [faer-cholesky/src/ldlt\_diagonal/update.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jaG9sZXNreS9zcmMvbGRsdF9kaWFnb25hbC91cGRhdGUucnM=) | `88.51% <80.00%> (+0.10%)` | :arrow_up: | | [faer-core/src/matrix\_ops.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jb3JlL3NyYy9tYXRyaXhfb3BzLnJz) | `86.95% <86.95%> (ø)` | | | [faer-cholesky/src/llt/update.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jaG9sZXNreS9zcmMvbGx0L3VwZGF0ZS5ycw==) | `86.19% <100.00%> (+0.09%)` | :arrow_up: | ... and [10 files with indirect coverage changes](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/52/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.