-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
How to set UMFPACK control vector ? #383
Comments
I didn't know there was more controls here. Are they documented somewhere? Instead of specifying the control vector, we should raise it to a higher level interface. |
Just made a PR to add some more doc JuliaSparse/SparseArrays.jl#449 Full doc is the UMFPACK User Guide https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/dev/UMFPACK/Doc/UMFPACK_UserGuide.pdf |
Cool thanks for sharing. I don't have a free hand right now to complete this, but would happily take a PR if anyone has a second. |
Apologies if I've missed something, but I can't see how to set the UMFPACK control vector...
Would this be possible perhaps as a new
control
kwarg toUMFPACKFactorization
?which could then be used eg to reenable iterative refinement:
where this could perhaps be implemented as
The text was updated successfully, but these errors were encountered: