LinearSolve.jl
LinearSolve.jl copied to clipboard
Add support for ParU
Also just saw this news from Dr. Davis: https://github.com/DrTimothyAldenDavis/SuiteSparse/discussions/448. Might worth to add the support for ParU since UMFPACK is already supported.
Originally posted by @mzy2240 in https://github.com/SciML/LinearSolve.jl/issues/392#issuecomment-1770979052
Just waiting on getting the actual build of ParU in Ygg before adding. Same with SPEX
Does such a jll exist now?
@rayegun just wondering any progress on ParU?
Yes, I'll ping you when I polish it up and publish this weekend. ParU was unstable until recently
is https://github.com/JuliaBinaryWrappers/ParU_jll.jl rdy to use now? Seems still lack of major functions compared to KLU. Any example how to use it directly?