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
248 stars 53 forks source link

spelling #225

Closed ArnoStrouwen closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #225 (e3d7aad) into main (a991ed2) will decrease coverage by 42.44%. The diff coverage is n/a.

@@             Coverage Diff             @@
##             main     #225       +/-   ##
===========================================
- Coverage   63.85%   21.40%   -42.45%     
===========================================
  Files           9        9               
  Lines         628      612       -16     
===========================================
- Hits          401      131      -270     
- Misses        227      481      +254     
Impacted Files Coverage Δ
src/LinearSolve.jl 0.00% <0.00%> (-75.00%) :arrow_down:
src/factorization.jl 5.55% <0.00%> (-73.09%) :arrow_down:
src/iterative_wrappers.jl 30.55% <0.00%> (-40.26%) :arrow_down:
src/preconditioners.jl 46.66% <0.00%> (-40.00%) :arrow_down:
src/default.jl 18.18% <0.00%> (-31.82%) :arrow_down:
src/common.jl 68.51% <0.00%> (-20.58%) :arrow_down:
src/init.jl 66.66% <0.00%> (+6.66%) :arrow_up:

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