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
245 stars 52 forks source link

Fix QR and SVD initializations #284

Closed ChrisRackauckas closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #284 (4d06910) into main (0974e59) will decrease coverage by 23.31%. The diff coverage is 0.00%.

:exclamation: Current head 4d06910 differs from pull request most recent head 895c35c. Consider uploading reports for the commit 895c35c to get more accurate results

@@             Coverage Diff             @@
##             main     #284       +/-   ##
===========================================
- Coverage   60.23%   36.93%   -23.31%     
===========================================
  Files          13       13               
  Lines         835      861       +26     
===========================================
- Hits          503      318      -185     
- Misses        332      543      +211     
Impacted Files Coverage Δ
src/factorization.jl 28.68% <0.00%> (-50.36%) :arrow_down:

... and 7 files with indirect coverage changes

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