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

Simplify a ton since the bound is now v1.9 #424

Closed ChrisRackauckas closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

Merging #424 (f7e0e32) into main (cea1a07) will increase coverage by 0.83%. The diff coverage is 58.33%.

@@            Coverage Diff             @@
##             main     #424      +/-   ##
==========================================
+ Coverage   64.48%   65.32%   +0.83%     
==========================================
  Files          26       26              
  Lines        2078     2056      -22     
==========================================
+ Hits         1340     1343       +3     
+ Misses        738      713      -25     
Files Coverage Δ
src/LinearSolve.jl 89.33% <ø> (ø)
src/appleaccelerate.jl 8.46% <ø> (ø)
src/deprecated.jl 32.50% <ø> (+2.26%) :arrow_up:
src/default.jl 68.08% <40.00%> (+2.77%) :arrow_up:
src/extension_algs.jl 69.56% <63.15%> (ø)

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