SparseArrays.jl icon indicating copy to clipboard operation
SparseArrays.jl copied to clipboard

Support `ldiv!` SuiteSparse.CHOLMOD.Factor

Open amontoison opened this issue 2 years ago • 4 comments

I through that it was not supported in SuiteSparse but it's not the case (https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/136). We could do something similar to https://github.com/SobhanMP/SuiteSparse.jl/commit/7093e4ac176787983b56f8f157c294cae28ca034 and add the additional two vectors Y and E in the Julia structure.

CHOLMOD_UserGuide.pdf <- pages 119-120.

amontoison avatar Oct 16 '22 00:10 amontoison

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

rayegun avatar Oct 16 '22 13:10 rayegun

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.

amontoison avatar Oct 16 '22 21:10 amontoison

Is this being worked on ?

t-bltg avatar Apr 01 '23 10:04 t-bltg

See also #319 — duplicate issues?

stevengj avatar May 28 '24 01:05 stevengj