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

Support for complex hermitian matrix #174

Open
Eta-Chu opened this issue Nov 7, 2024 · 1 comment
Open

Support for complex hermitian matrix #174

Eta-Chu opened this issue Nov 7, 2024 · 1 comment

Comments

@Eta-Chu
Copy link

Eta-Chu commented Nov 7, 2024

I notice that in arpack there is no special implement for symmetry complex matrix.
And in arpack document, it's suggested that call znaupd for both Hermitian and non-Hermitian problems.
But using lanczos for Hermitian complex matrix can reduce cost.

@yixuan
Copy link
Owner

yixuan commented Jan 2, 2025

Hi @Eta-Chu, the complex Hermitian solver has been added in v1.1.0. You can find the documentation here.

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