LinearOperators.jl
LinearOperators.jl copied to clipboard
Nosrati diagonal quasi Newton update
After this PR, I think we need to separate the updates into different types and implement push!()
for each type. That will be more powerful than a large if … else … end
.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.58%. Comparing base (
55e0273
) to head (05ff34a
). Report is 17 commits behind head on main.
:exclamation: Current head 05ff34a differs from pull request most recent head e121c19. Consider uploading reports for the commit e121c19 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #283 +/- ##
=======================================
Coverage 96.57% 96.58%
=======================================
Files 15 15
Lines 1052 1055 +3
=======================================
+ Hits 1016 1019 +3
Misses 36 36
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Package name | latest | stable |
---|---|---|
CaNNOLeS.jl | ||
DCISolver.jl | ||
FletcherPenaltySolver.jl | ||
JSOSolvers.jl | ||
Krylov.jl | ||
NLPModels.jl | ||
NLPModelsModifiers.jl | ||
PROPACK.jl | ||
Percival.jl | ||
QuadraticModels.jl | ||
SolverTools.jl |
Hey guys! Is there something blocking here?
Yes. This should be reworked after #316 has been merged.