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

Support ldiv! SuiteSparse.CHOLMOD.Factor #275

Closed
amontoison opened this issue Oct 16, 2022 · 4 comments · Fixed by #547
Closed

Support ldiv! SuiteSparse.CHOLMOD.Factor #275

amontoison opened this issue Oct 16, 2022 · 4 comments · Fixed by #547

Comments

@amontoison
Copy link
Member

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 and E in the Julia structure.

CHOLMOD_UserGuide.pdf <- pages 119-120.

@amontoison amontoison changed the title Support ldiv!(y, F, x) for F <: SuiteSparse.CHOLMOD.Factor Support ldiv! SuiteSparse.CHOLMOD.Factor Oct 16, 2022
@rayegun
Copy link
Member

rayegun commented Oct 16, 2022

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

@amontoison
Copy link
Member Author

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.

@t-bltg
Copy link

t-bltg commented Apr 1, 2023

Is this being worked on ?

@stevengj
Copy link
Contributor

stevengj commented May 28, 2024

See also #319 — duplicate issues?

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.

4 participants