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

Gaussian elimination with partial pivoting using GPSolver #26

Closed
rwl opened this issue Sep 6, 2023 · 1 comment
Closed

Gaussian elimination with partial pivoting using GPSolver #26

rwl opened this issue Sep 6, 2023 · 1 comment

Comments

@rwl
Copy link

rwl commented Sep 6, 2023

The User Guide mentions several different solvers:

EnvSolver, EnvSpdSolver, SparseSolver, SparseSpdSolver, GPSolver, KdeltaSolver, and CLLSSolver

Do you have the Fortran 90 code for GPSolver? I have been working on a translation of Gilbert and Peierls original Fortran code to Rust.

https://github.com/rwl/rlu

Unfortunately, the performance doesn't match that of KLU. It would be interesting to read George and Liu's implementation and see if there are any improvements I can make.

@PetrKryslUCSD
Copy link
Owner

I don't, sorry. It was not part of the sources I got from George.

@rwl rwl closed this as completed Sep 7, 2023
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

No branches or pull requests

2 participants