SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
244 stars 52 forks source link

Add support for ParU #394

Open mzy2240 opened 11 months ago

mzy2240 commented 11 months ago
          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

rayegun commented 6 months ago

Just waiting on getting the actual build of ParU in Ygg before adding. Same with SPEX

ChrisRackauckas commented 4 months ago

Does such a jll exist now?