JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Generic code for storing A or AT #81

Closed geoffroyleconte closed 3 years ago

geoffroyleconte commented 3 years ago

If the user needs the lower triangle of K2 instead of the upper triangle (for example using LimitedLDLFactorizations)

codecov[bot] commented 3 years ago

Codecov Report

Merging #81 (3265d54) into main (06256dd) will increase coverage by 0.36%. The diff coverage is 94.89%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #81      +/-   ##
==========================================
+ Coverage   82.98%   83.34%   +0.36%     
==========================================
  Files          21       21              
  Lines        1281     1309      +28     
==========================================
+ Hits         1063     1091      +28     
  Misses        218      218              
Impacted Files Coverage Δ
src/gpu_utils.jl 0.00% <0.00%> (ø)
src/multi_precision.jl 100.00% <ø> (ø)
src/types_definition.jl 93.18% <ø> (ø)
src/data_initialization.jl 95.23% <100.00%> (+0.41%) :arrow_up:
src/iterations/iterations.jl 97.93% <100.00%> (ø)
src/iterations/solvers/K2Krylov.jl 96.29% <100.00%> (+0.21%) :arrow_up:
src/iterations/solvers/K2LDL.jl 82.44% <100.00%> (ø)
src/iterations/solvers/K2_5Krylov.jl 95.89% <100.00%> (+0.23%) :arrow_up:
src/iterations/solvers/K2_5LDL.jl 72.86% <100.00%> (ø)
src/refinement.jl 94.93% <100.00%> (ø)
... and 2 more

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 06256dd...3265d54. Read the comment docs.