Skip to content

Document usage of UMFPACK control vector #448

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

Closed
sjdaines opened this issue Oct 1, 2023 · 0 comments · Fixed by #449
Closed

Document usage of UMFPACK control vector #448

sjdaines opened this issue Oct 1, 2023 · 0 comments · Fixed by #449

Comments

@sjdaines
Copy link
Contributor

sjdaines commented Oct 1, 2023

The documentation for UMFPACK lu could use:

eg

umfpack_control = SparseArrays.UMFPACK.get_umfpack_control(Float64, Int64) # read defaults for a Float64 sparse matrix
SparseArrays.UMFPACK.show_umf_ctrl(umfpack_control) # display values
umfpack_control[SparseArrays.UMFPACK.JL_UMFPACK_IRSTEP] = 2.0 # reenable iterative refinement (2 is UMFPACK default max iterative refinement steps, Julia modifies this default to disable iterative refinement)
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 a pull request may close this issue.

1 participant