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 some retcodes #236

Closed ChrisRackauckas closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #236 (44cab6c) into main (e918e9e) will decrease coverage by 0.79%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #236      +/-   ##
==========================================
- Coverage   65.97%   65.18%   -0.80%     
==========================================
  Files           9        9              
  Lines         629      629              
==========================================
- Hits          415      410       -5     
- Misses        214      219       +5     
Impacted Files Coverage Δ
src/iterative_wrappers.jl 77.95% <100.00%> (ø)
src/factorization.jl 76.69% <0.00%> (-1.95%) :arrow_down:
src/default.jl 48.48% <0.00%> (-1.52%) :arrow_down:

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