Skip to content
Discussion options

You must be logged in to vote

Indeed, eig and eigvals are not implemented on GPU, but I believe eigh and eigvalsh are (the h indicates that these routines are designed for hermitian matrices, and for real-valued inputs hermitian implies symmetric). If you are doing symmetric eigenvalue decomposition on any backend, you should prefer eigh or eigvalsh.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by shailesh1729
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants