SparseArrays.jl icon indicating copy to clipboard operation
SparseArrays.jl copied to clipboard

Adjust to `[Adjoint/Transpose]Factorization`

Open dkarrasch opened this issue 3 years ago • 1 comments

This adds necessary changes related to https://github.com/JuliaLang/julia/pull/46874. This could be merged even before that linalg PR, because it doesn't check VERSION.

dkarrasch avatar Sep 24 '22 10:09 dkarrasch

Codecov Report

Merging #269 (22cf50f) into main (a3116b9) will decrease coverage by 0.00%. The diff coverage is 94.11%.

@@            Coverage Diff             @@
##             main     #269      +/-   ##
==========================================
- Coverage   93.64%   93.63%   -0.01%     
==========================================
  Files          12       12              
  Lines        7439     7435       -4     
==========================================
- Hits         6966     6962       -4     
  Misses        473      473              
Impacted Files Coverage Δ
src/SparseArrays.jl 83.33% <ø> (ø)
src/solvers/cholmod.jl 90.97% <85.71%> (ø)
src/solvers/umfpack.jl 88.42% <100.00%> (-0.10%) :arrow_down:

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

codecov-commenter avatar Sep 24 '22 11:09 codecov-commenter