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

For SimpleGMRES we need to reinitialize some cache when `b` is set again #418

Closed ChrisRackauckas closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Merging #418 (d1509e6) into main (7ee3fa2) will decrease coverage by 0.06%. The diff coverage is 70.00%.

:exclamation: Current head d1509e6 differs from pull request most recent head fc36891. Consider uploading reports for the commit fc36891 to get more accurate results

@@            Coverage Diff             @@
##             main     #418      +/-   ##
==========================================
- Coverage   64.68%   64.62%   -0.06%     
==========================================
  Files          26       26              
  Lines        2056     2078      +22     
==========================================
+ Hits         1330     1343      +13     
- Misses        726      735       +9     
Files Coverage Δ
src/common.jl 90.16% <100.00%> (+0.87%) :arrow_up:
src/simplegmres.jl 87.50% <40.00%> (+0.19%) :arrow_up:

... and 4 files with indirect coverage changes

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!