Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize the generic function solve! #752

Merged
merged 3 commits into from
Jul 4, 2023

Conversation

amontoison
Copy link
Member

@amontoison amontoison commented Jun 28, 2023

close #751
I also improved the code coverage for in-place methods with keyword arguments.

@amontoison amontoison requested a review from tmigot June 28, 2023 21:26
@codecov
Copy link

codecov bot commented Jun 28, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +2.42 🎉

Comparison is base (0de0116) 95.88% compared to head (614b1f8) 98.30%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #752      +/-   ##
==========================================
+ Coverage   95.88%   98.30%   +2.42%     
==========================================
  Files          38       39       +1     
  Lines        7272     7273       +1     
==========================================
+ Hits         6973     7150     +177     
+ Misses        299      123     -176     
Impacted Files Coverage Δ
src/Krylov.jl 100.00% <ø> (ø)
src/bicgstab.jl 100.00% <ø> (+5.83%) ⬆️
src/bilq.jl 100.00% <ø> (+4.41%) ⬆️
src/bilqr.jl 100.00% <ø> (+3.23%) ⬆️
src/cg.jl 100.00% <ø> (+6.10%) ⬆️
src/cg_lanczos.jl 100.00% <ø> (+6.10%) ⬆️
src/cg_lanczos_shift.jl 100.00% <ø> (ø)
src/cgls.jl 100.00% <ø> (ø)
src/cgne.jl 100.00% <ø> (ø)
src/cgs.jl 100.00% <ø> (+5.88%) ⬆️
... and 26 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 28, 2023

Package name latest stable
CaNNOLeS.jl
DCISolver.jl
FletcherPenaltySolver.jl
JSOSolvers.jl
LLSModels.jl
LinearSolve.jl
Percival.jl
RipQP.jl

Copy link
Member

@tmigot tmigot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @amontoison !

@amontoison amontoison merged commit b3804c9 into JuliaSmoothOptimizers:main Jul 4, 2023
@amontoison amontoison deleted the solve_allocs branch July 4, 2023 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize the function solve!
2 participants