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

Set a sparsity threshold for KLU #343

Merged
merged 4 commits into from
Jul 16, 2023
Merged

Set a sparsity threshold for KLU #343

merged 4 commits into from
Jul 16, 2023

Conversation

ChrisRackauckas
Copy link
Member

Closes #340. While many results are very much based on more details about the sparsity pattern, it's at least clear that if the matrix is not very sparse then it should probably use UMFPACK, so this is a conservative bound. When mixed with the length bound, I find that this seems to work rather well, though is not always optimal, is at least better than always choosing UMFPACK

Closes #340. While many results are very much based on more details about the sparsity pattern, it's at least clear that if the matrix is not very sparse then it should probably use UMFPACK, so this is a conservative bound. When mixed with the length bound, I find that this seems to work rather well, though is not always optimal, is at least better than always choosing UMFPACK
@ChrisRackauckas
Copy link
Member Author

Screenshot 2023-07-15 at 9 36 13 PM

@codecov
Copy link

codecov bot commented Jul 16, 2023

Codecov Report

Merging #343 (ab17349) into main (61f4dc3) will increase coverage by 0.74%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #343      +/-   ##
==========================================
+ Coverage   75.51%   76.26%   +0.74%     
==========================================
  Files          17       17              
  Lines        1266     1268       +2     
==========================================
+ Hits          956      967      +11     
+ Misses        310      301       -9     
Impacted Files Coverage Δ
src/default.jl 67.08% <100.00%> (+1.06%) ⬆️

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ChrisRackauckas ChrisRackauckas merged commit 18e03a7 into main Jul 16, 2023
17 checks passed
@ChrisRackauckas ChrisRackauckas deleted the sparsity branch July 16, 2023 23:11
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.

LinearSolve.solve much slower than A\b for sparse matrices
1 participant