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

Commits on Jul 16, 2023

  1. Set a sparsity threshold for KLU

    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 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    c57ee97 View commit details
    Browse the repository at this point in the history
  2. fix default alg test

    ChrisRackauckas committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    0b1fef0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8def35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab17349 View commit details
    Browse the repository at this point in the history