JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Scale Q before A, remove some simd instructions #41

Closed geoffroyleconte closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #41 (4c68975) into master (0d1038b) will decrease coverage by 1.52%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
- Coverage   87.65%   86.12%   -1.53%     
==========================================
  Files          15       15              
  Lines         972      973       +1     
==========================================
- Hits          852      838      -14     
- Misses        120      135      +15     
Impacted Files Coverage Δ
src/RipQP.jl 95.38% <100.00%> (+0.07%) :arrow_up:
src/iterations/iterations.jl 96.84% <100.00%> (+3.15%) :arrow_up:
src/scaling.jl 100.00% <100.00%> (ø)
src/iterations/regularization.jl 34.84% <0.00%> (-13.64%) :arrow_down:
src/iterations/solvers/K2LDL.jl 82.30% <0.00%> (-7.70%) :arrow_down:
src/iterations/centrality_corr.jl 76.47% <0.00%> (+1.47%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0d1038b...4c68975. Read the comment docs.