-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Make cholmod preserve user-specified permutation #40560
Conversation
6d1fae8
to
fa9ed7f
Compare
Okay, now it seems to be working. Global state was taking me for a ride the first time around, so I changed the entire code base such that all changes to the |
Yikes, sorry about that conflict. Can you rebase? Also good to get a few more eyes on this. @andreasnoack perhaps. |
Rebase done! |
* Make cholmod preserve user-specified permutation * Ensure all changes to CHOLMOD.common are temporary * Fix spurious comment Co-authored-by: Simon Etter <ettersi@nus.edu.sg>
* Make cholmod preserve user-specified permutation * Ensure all changes to CHOLMOD.common are temporary * Fix spurious comment Co-authored-by: Simon Etter <ettersi@nus.edu.sg>
* Make cholmod preserve user-specified permutation * Ensure all changes to CHOLMOD.common are temporary * Fix spurious comment Co-authored-by: Simon Etter <ettersi@nus.edu.sg>
* Make cholmod preserve user-specified permutation * Ensure all changes to CHOLMOD.common are temporary * Fix spurious comment Co-authored-by: Simon Etter <ettersi@nus.edu.sg>
Resolves JuliaLang/LinearAlgebra.jl#649