-
Notifications
You must be signed in to change notification settings - Fork 16
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
Wrap a routine for nonsymmetric LHSs #38
Comments
Did you try https://github.com/JuliaSmoothOptimizers/MUMPS.jl ? |
I plan to try it. I was hoping to try routines from both MUMPs and HSL. I don't know if I should expect one to be superior for our problems. |
The focus in MUMPS is on distributed computations. The factorization is efficient but my experience is that HSL subroutines are often hard to beat. That said, I've never compared the LU factorizations. I presume you've already tried UMFPACK?! Also, contributions are most welcome. I'm quite tied up at the moment but I'd be happy to review PRs. |
Thanks a lot for the input! Yes we are playing with UMFPack simultaneously.
I won't get to this right away, but sounds good! |
Our use case is a square, nonsymmetric KKT system, with multiple right hand sides.
The text was updated successfully, but these errors were encountered: