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

Add example for UMFPACK control vector #449

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

sjdaines
Copy link
Contributor

@sjdaines sjdaines commented Oct 1, 2023

Fixes #448

Add a note to the documentation for lu, explaining that Julia modifies the UMFPACK defaults to disable iterative refinement.

Add an example to illustrate usage of the UMFPACK control vector to reenable iterative refinement

Note that Julia modifies the UMFPACK defaults to disable iterative refinement.

Add an example to illustrate usage of the UMFPACK control vector to reenable iterative refinement
@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

Merging #449 (9d6685e) into main (ac5c8ed) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #449   +/-   ##
=======================================
  Coverage   93.20%   93.20%           
=======================================
  Files          12       12           
  Lines        7700     7700           
=======================================
  Hits         7177     7177           
  Misses        523      523           
Files Coverage Δ
src/solvers/umfpack.jl 88.58% <ø> (ø)

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

@ViralBShah
Copy link
Member

ViralBShah commented Oct 2, 2023

@mortenpi Would you know what we can do to fix the failing doctests? Should we just wait for #444?

@ViralBShah ViralBShah merged commit 05ac950 into JuliaSparse:main Oct 2, 2023
7 of 8 checks passed
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.

Document usage of UMFPACK control vector
2 participants