JuliaSmoothOptimizers / LDLFactorizations.jl

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

ldl_numeric_upper!: don't construct zeros in hot loops #104

Closed nsajko closed 2 years ago

nsajko commented 2 years ago

This provides a speed up when the element type is BigFloat.

codecov[bot] commented 2 years ago

Codecov Report

Merging #104 (a25e4e4) into main (adcdb5b) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #104   +/-   ##
=======================================
  Coverage   98.63%   98.63%           
=======================================
  Files           1        1           
  Lines         439      440    +1     
=======================================
+ Hits          433      434    +1     
  Misses          6        6           
Impacted Files Coverage Δ
src/LDLFactorizations.jl 98.63% <100.00%> (+<0.01%) :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 adcdb5b...a25e4e4. 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

Thank you!