JuliaSmoothOptimizers / QuadraticModels.jl

Data structures for linear and quadratic optimization problems based on NLPModels.jl
Other
16 stars 10 forks source link

tril! modifies input matrix H #54

Open geoffroyleconte opened 2 years ago

geoffroyleconte commented 2 years ago

tril! modifies the input matrix H given by the user. Maybe we should mention in the documentation that the user should input a lower triangular H, and check it with a boolean.