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
241 stars 52 forks source link

Ensure that BLAS is only called with BLAS element types #420

Closed ChrisRackauckas closed 9 months ago

codecov[bot] commented 10 months ago

Codecov Report

Merging #420 (731d332) into main (d914caa) will decrease coverage by 0.15%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #420      +/-   ##
==========================================
- Coverage   64.62%   64.48%   -0.15%     
==========================================
  Files          26       26              
  Lines        2078     2078              
==========================================
- Hits         1343     1340       -3     
- Misses        735      738       +3     
Files Coverage Δ
src/LinearSolve.jl 89.33% <ø> (ø)
src/default.jl 65.30% <0.00%> (ø)

... and 1 file with indirect coverage changes

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!