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

Use `eltype(b)` if `A === nothing` #262

Closed chriselrod closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #262 (a54cbe5) into main (fa64510) will increase coverage by 0.35%. The diff coverage is n/a.

:exclamation: Current head a54cbe5 differs from pull request most recent head bf6b60e. Consider uploading reports for the commit bf6b60e to get more accurate results

@@            Coverage Diff             @@
##             main     #262      +/-   ##
==========================================
+ Coverage   70.27%   70.63%   +0.35%     
==========================================
  Files          14       14              
  Lines         841      841              
==========================================
+ Hits          591      594       +3     
+ Misses        250      247       -3     
Impacted Files Coverage Δ
src/default.jl 50.64% <ø> (+2.59%) :arrow_up:
src/LinearSolve.jl 100.00% <0.00%> (+4.34%) :arrow_up:

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