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

eigen decomposition #5

Open
elefps opened this issue Feb 3, 2022 · 1 comment
Open

eigen decomposition #5

elefps opened this issue Feb 3, 2022 · 1 comment

Comments

@elefps
Copy link

elefps commented Feb 3, 2022

Hello, as I am new to your repository, where in the code is the eigendecomposition of a large sparse matrix? and what sparse linear algebra solver did you use?

@dmsm
Copy link
Owner

dmsm commented Feb 3, 2022

Thanks for your interest! The eigendecomposition occurs here using scipy.sparse.linalg.eigsh, which calls ARPACK behind the scenes.

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