-
Notifications
You must be signed in to change notification settings - Fork 52
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
Support ldiv!
SuiteSparse.CHOLMOD.Factor
#275
Comments
amontoison
changed the title
Support
Support Oct 16, 2022
ldiv!(y, F, x)
for F <: SuiteSparse.CHOLMOD.Factor ldiv!
SuiteSparse.CHOLMOD.Factor
I'll try to get this added for 1.9. If you need it in previous versions I'm entertaining a CHOLMOD.jl separate from SparseArrays.jl |
Thanks @Wimmerer! No, I don't need it for previous versions. If you can add it for Julia 1.9 or 1.10, it's perfect. |
Is this being worked on ? |
See also #319 — duplicate issues? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I through that it was not supported in
SuiteSparse
but it's not the case (DrTimothyAldenDavis/SuiteSparse#136).We could do something similar to SobhanMP/SuiteSparse.jl@7093e4a and add the additional two vectors
Y
andE
in the Julia structure.CHOLMOD_UserGuide.pdf <- pages 119-120.
The text was updated successfully, but these errors were encountered: