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

Generalised eigenvalue problem with shift-inverse mode using UMFPACK #25

Closed
ArturGesla opened this issue May 11, 2022 · 2 comments
Closed

Comments

@ArturGesla
Copy link

Hello

Thank you for keeping the repository up - I profit a lot from the code available here.

When trying to solve generalized eigenvalue problem with shift-inverse mode I saw that the example using UMFPACK:

/arpackpp/examples/umfpack/nonsym/unsymgsc.cc

does not compile. In fact it is commented out in the CMakeLists.txt. However the coresponding SuperLU file:

/arpackpp/examples/superlu/nonsym/lnsymgsc.cc

is compiled and the example works. Is the umfpack not meant to be used for this kind of problem or was is just not implemented yet?

Yours
Artur

@m-reuter
Copy link
Owner

Hi Artur,
I never used the non-sym code much, not sure why this has been left out, nor why it fails to compile. I think when UMFPACK moved to SuiteSparse, we only updated the sym examples (because those were the ones we used) and left the non-sym for later.

@ArturGesla
Copy link
Author

Ok, I see. Thank you for the response. Have a nice day :)

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