JuliaSmoothOptimizers / LDLFactorizations.jl

Factorization of Symmetric Matrices
GNU Lesser General Public License v3.0
34 stars 12 forks source link

fix doc dynamic regularization #100

Closed tmigot closed 2 years ago

tmigot commented 2 years ago

https://github.com/JuliaSmoothOptimizers/LDLFactorizations.jl/blob/1d182bc8c9dd8f13204b20e6d10e5943e6506b28/src/LDLFactorizations.jl#L219 https://github.com/JuliaSmoothOptimizers/LDLFactorizations.jl/blob/1d182bc8c9dd8f13204b20e6d10e5943e6506b28/src/LDLFactorizations.jl#L221

codecov[bot] commented 2 years ago

Codecov Report

Merging #100 (7a69855) into main (1d182bc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #100   +/-   ##
=======================================
  Coverage   98.63%   98.63%           
=======================================
  Files           1        1           
  Lines         439      439           
=======================================
  Hits          433      433           
  Misses          6        6           

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 1d182bc...7a69855. Read the comment docs.

github-actions[bot] commented 2 years ago
Package name latest stable
CaNNOLeS.jl
DCI.jl
RipQP.jl
dpo commented 2 years ago

thanks