Fix Hermitian Lanczos for complex matrices - #288
Conversation
|
Closing this fork-based PR; I will try pushing a branch directly to the upstream repository instead. |
|
Opening this fork-based PR, as I don't have permissions to create a separate branch. |
pnkraemer
left a comment
There was a problem hiding this comment.
Thanks a lot for the PR! Really nice to make Lanczos and Arnoldi work for complex matrices.
I left some comments in the diff, would be nice to get them sorted before merging - but nothing major!
|
@pnkraemer |
|
Unrelated but I used your package to write a dense and matrix-free shift invert solver here (page number 11). |
Super nice! Let's discuss this in the issue thread? |
pnkraemer
left a comment
There was a problem hiding this comment.
Thanks a lot for that contribution! :)
Hi @pnkraemer,
Thank you for the nice package. I have been using matfree to solve a Hermitian eigenvalue stability problem. However, I realized that with a complex matrix, matfree requires some minor modifications for it to work correctly.
Summary
Tests
python -m pytest(415 passed)