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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/numpy-discussion.python.org Member address: [email protected]
