Skip to content

Rename Cholesky solver params: a -> l/u for clarity

f429a98
Select commit
Loading
Failed to load commit list.
Merged

Solving a linear system with a symmetric positive definite matrix #1093

Rename Cholesky solver params: a -> l/u for clarity
f429a98
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 3, 2026 in 0s

68.31% (-0.25%) compared to 0ede301

View this Pull Request on Codecov

68.31% (-0.25%) compared to 0ede301

Details

Codecov Report

❌ Patch coverage is 0% with 42 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.31%. Comparing base (0ede301) to head (f429a98).
⚠️ Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
example/linalg/example_solve_lower_chol.f90 0.00% 16 Missing ⚠️
example/linalg/example_solve_upper_chol.f90 0.00% 16 Missing ⚠️
example/linalg/example_solve_chol.f90 0.00% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1093      +/-   ##
==========================================
- Coverage   68.55%   68.31%   -0.25%     
==========================================
  Files         396      399       +3     
  Lines       12746    12788      +42     
  Branches     1376     1383       +7     
==========================================
- Hits         8738     8736       -2     
- Misses       4008     4052      +44     

☔ 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.