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

added indexing for Col/Row #91

Closed DeliciousHair closed 9 months ago

DeliciousHair commented 9 months ago

Fixes #90.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (6a882d5) 88.68% compared to head (79da561) 88.66%.

Files Patch % Lines
faer-libs/faer-core/src/lib.rs 50.61% 40 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #91 +/- ## ========================================== - Coverage 88.68% 88.66% -0.02% ========================================== Files 61 61 Lines 79450 79531 +81 ========================================== + Hits 70457 70518 +61 - Misses 8993 9013 +20 ```

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

sarah-ek commented 9 months ago

looks great to me! thanks for the pr