Replies: 1 comment
-
Hi - thanks for the question! The issue is that the semantics of There is a It's not entirely clear how to best do that, and so currently we default to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw that the Schur implementation in jax.lax has as an input the ordering of the eigenvalues:
jax.lax.linalg.schur(x, *, compute_schur_vectors=True, sort_eig_vals=False, select_callable=None)
but the feature is not implemented : NotImplementedError: The sort feature of LAPACK's gees routine is not implemented.
Is there a way I could implement it? Or is the re-ordering not implemented for a deeper reason?
thanks
Beta Was this translation helpful? Give feedback.
All reactions