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

Improve a few docstrings #333

Closed ChrisRackauckas closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #333 (9c85e96) into main (74edf0b) will increase coverage by 6.86%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #333      +/-   ##
==========================================
+ Coverage   67.95%   74.81%   +6.86%     
==========================================
  Files          17       17              
  Lines        1220     1219       -1     
==========================================
+ Hits          829      912      +83     
+ Misses        391      307      -84     
Impacted Files Coverage Δ
src/extension_algs.jl 69.56% <ø> (+1.38%) :arrow_up:
src/factorization.jl 74.88% <ø> (+5.98%) :arrow_up:

... and 9 files with indirect coverage changes

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