Replies: 1 comment 2 replies
-
|
You could try the experimental iterative eigenvalue solver here: https://docs.jax.dev/en/latest/_autosummary/jax.experimental.sparse.linalg.lobpcg_standard.html |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I was wondering if a method such as
scipy.sparse.linalg. eigshexist in jax to findneigenvalues and eigenvectors of a square Hermitian matrix.I mean, a possibility of vectorizing in jax-like style this procedure on a sparse matrix to speed it up (I am aware that storing the entire matrix and placing it into a jax.array() would slow down the process due to memory/storing reasons).
Beta Was this translation helpful? Give feedback.
All reactions