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

Fix broken link #204

Closed ArnoStrouwen closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #204 (aad8c2e) into main (24386a1) will decrease coverage by 4.16%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #204      +/-   ##
==========================================
- Coverage   64.00%   59.84%   -4.16%     
==========================================
  Files           9        9              
  Lines         625      625              
==========================================
- Hits          400      374      -26     
- Misses        225      251      +26     
Impacted Files Coverage Δ
src/LinearSolve.jl 0.00% <0.00%> (-75.00%) :arrow_down:
src/default.jl 36.36% <0.00%> (-13.64%) :arrow_down:
src/common.jl 78.94% <0.00%> (-8.78%) :arrow_down:
src/factorization.jl 75.12% <0.00%> (-4.48%) :arrow_down:

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