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

Always pivot in RFLUFactorization #306

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

This was a mistake introduced when the other factorization option was split

codecov[bot] commented 1 year ago

Codecov Report

Merging #306 (e6e2034) into main (82330ce) will decrease coverage by 0.08%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #306      +/-   ##
==========================================
- Coverage   73.46%   73.39%   -0.08%     
==========================================
  Files          15       15              
  Lines        1029     1026       -3     
==========================================
- Hits          756      753       -3     
  Misses        273      273              
Impacted Files Coverage Δ
src/default.jl 37.06% <100.00%> (-1.59%) :arrow_down:

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