NumPy currently lacks a generalized eigenvalue function such as eig(A, B) or 
polyeig(A, B).

These functions are essential for several algorithms, including the Criss-Cross 
algorithm and various eigenvalue problems. In particular, large-scale problems 
in control theory are often reduced to subspace problems where MATLAB routines 
like eig(A, B) and polyeig are widely used in research. Therefore, I believe 
that adding such functionality to NumPy would be highly beneficial.

I have submitted a pull request here.

https://github.com/numpy/numpy/pull/29163
_______________________________________________
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3//lists/numpy-discussion.python.org
Member address: arch...@mail-archive.com

Reply via email to