Addition of eigenvalue functions

waqar jamali via NumPy-Discussion <[email protected]>
Newsgroups gmane.comp.python.numeric.general
Message-ID <[email protected]>
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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.