feat(linalg): Add weighted and generalized least squares solvers#1096
Closed
aamrindersingh wants to merge 3 commits into
Closed
feat(linalg): Add weighted and generalized least squares solvers#1096aamrindersingh wants to merge 3 commits into
aamrindersingh wants to merge 3 commits into
Codecov / codecov/project
failed
Jan 24, 2026 in 1s
68.44% (-0.11%) compared to b32b42a
View this Pull Request on Codecov
68.44% (-0.11%) compared to b32b42a
Details
Codecov Report
❌ Patch coverage is 0% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.44%. Comparing base (b32b42a) to head (42b28a4).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| example/linalg/example_generalized_lstsq.f90 | 0.00% | 11 Missing |
| example/linalg/example_weighted_lstsq.f90 | 0.00% | 9 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## master #1096 +/- ##
==========================================
- Coverage 68.55% 68.44% -0.11%
==========================================
Files 396 398 +2
Lines 12746 12766 +20
Branches 1376 1376
==========================================
Hits 8738 8738
- Misses 4008 4028 +20 ☔ 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