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

Transform all solver docs to use docstrings #312

Closed ChrisRackauckas closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #312 (64a522d) into main (3ef8810) will decrease coverage by 58.89%. The diff coverage is 0.00%.

:exclamation: Current head 64a522d differs from pull request most recent head 668772f. Consider uploading reports for the commit 668772f to get more accurate results

@@             Coverage Diff             @@
##             main     #312       +/-   ##
===========================================
- Coverage   76.11%   17.22%   -58.89%     
===========================================
  Files          17       17               
  Lines        1214     1184       -30     
===========================================
- Hits          924      204      -720     
- Misses        290      980      +690     
Impacted Files Coverage Δ
src/extension_algs.jl 66.66% <ø> (-2.90%) :arrow_down:
src/factorization.jl 3.64% <0.00%> (-75.89%) :arrow_down:
src/iterative_wrappers.jl 0.00% <ø> (-73.73%) :arrow_down:
src/simplelu.jl 0.00% <ø> (-86.37%) :arrow_down:

... and 9 files with indirect coverage changes

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