Skip to content

feat(linalg): Add weighted and generalized least squares solvers#1096

Closed
aamrindersingh wants to merge 3 commits into
fortran-lang:masterfrom
aamrindersingh:1047-weighted-lstsq
Closed

feat(linalg): Add weighted and generalized least squares solvers#1096
aamrindersingh wants to merge 3 commits into
fortran-lang:masterfrom
aamrindersingh:1047-weighted-lstsq

fix(linalg): use column-major loops and harden input validation in we…

42b28a4
Select commit
Loading
Failed to load commit list.
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).
⚠️ Report is 12 commits behind head on master.

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.