Implement generalized eigenvalue solver for general square matrices (LAPACK's ?ggev) #403
Codecov / codecov/project
succeeded
Aug 4, 2025 in 1s
87.44% (+0.51%) compared to c7ff9dc
View this Pull Request on Codecov
87.44% (+0.51%) compared to c7ff9dc
Details
Codecov Report
❌ Patch coverage is 96.01594% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.44%. Comparing base (c7ff9dc) to head (3b555d5).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| lax/src/eig_generalized.rs | 96.55% | 8 Missing |
| ndarray-linalg/src/eig.rs | 81.81% | 2 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## master #403 +/- ##
==========================================
+ Coverage 86.92% 87.44% +0.51%
==========================================
Files 64 65 +1
Lines 3649 3895 +246
==========================================
+ Hits 3172 3406 +234
- Misses 477 489 +12 ☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading