-
Hello, JAX team @jakevdp @shoyer. In scientific computing, the generalized eigenvalue problem is a type of problem that researchers often encounter. In Scipy, we can use scipy.linalg.eigh to solve the generalized eigenvalue problem, but I noticed that currently we cannot solve this problem by using jax.scipy.linalg.eigh. Here, I have some questions and look forward to your reply.
I am looking forward to your reply, thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There are no immediate plans (that I know of) to implement generalized eigenvalue solvers into JAX, but certainly contributions in this area would be very welcome. If you're interested in helping, I would suggest opening an issue to discuss. |
Beta Was this translation helpful? Give feedback.
There are no immediate plans (that I know of) to implement generalized eigenvalue solvers into JAX, but certainly contributions in this area would be very welcome. If you're interested in helping, I would suggest opening an issue to discuss.