SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
244 stars 52 forks source link

Banded QR for non square matrices #401

Closed avik-pal closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Merging #401 (718557e) into main (4ee3e1e) will decrease coverage by 7.23%. Report is 6 commits behind head on main. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #401      +/-   ##
==========================================
- Coverage   69.05%   61.82%   -7.23%     
==========================================
  Files          26       26              
  Lines        1929     1941      +12     
==========================================
- Hits         1332     1200     -132     
- Misses        597      741     +144     
Files Coverage Δ
ext/LinearSolveBandedMatricesExt.jl 83.33% <100.00%> (+83.33%) :arrow_up:

... and 10 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

ChrisRackauckas commented 10 months ago

Test?