autodiff support for jax.numpy.linalg.eig
See original GitHub issueNote that eigh
is already taken care of.
Issue Analytics
- State:
- Created 3 years ago
- Comments:48 (27 by maintainers)
Top Results From Across the Web
numpy.linalg.eig() - JAX documentation
jax.numpy.linalg.eig# ... Compute the eigenvalues and right eigenvectors of a square array. LAX-backend implementation of numpy.linalg.eig() . This differs from ...
Read more >jax.lax.linalg.eig - JAX documentation
jax.lax.linalg.eig# ... Eigendecomposition of a general matrix. Nonsymmetric eigendecomposition is at present only implemented on CPU. Parameters. x ( Union [ ...
Read more >numpy.linalg.eigh() - JAX documentation - Read the Docs
(conjugate symmetric) or a real symmetric matrix. Returns two objects, a 1-D array containing the eigenvalues of a , and a 2-D square...
Read more >numpy.linalg.eigvals() - JAX documentation - Read the Docs
LAX-backend implementation of numpy.linalg.eigvals() . Original docstring below. Main difference between eigvals and eig : the eigenvectors aren't returned.
Read more >numpy.linalg.eigvalsh() - JAX documentation
jax.numpy.linalg.eigvalsh# · a ((..., M, M) array_like) – A complex- or real-valued matrix whose eigenvalues are to be computed. · UPLO ({'L', 'U'},...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There is a good post on gauge problem: https://re-ra.xyz/Gauge-Problem-in-Automatic-Differentiation/ Also related discussion in tensorflow https://github.com/tensorflow/tensorflow/pull/33808
Please make sure that you’re using a recent version of JAX. When I run
I get