Eigenshuffle
Consistently sorted eigenvalue and eigenvector sequences
引用格式
John D'Errico (2026). Eigenshuffle (https://ww2.mathworks.cn/matlabcentral/fileexchange/22885-eigenshuffle), MATLAB Central File Exchange. 检索时间: .
| 版本 | 已发布 | 发行说明 | Action |
|---|---|---|---|
| 2.0.0 | Allows for the computation of generalized eigenvalues, by allowing the user to provide a Bsequence array of the same size and shape as Asequence. |
||
| 1.4.0 | Jonas is correct, that munkres gives a significant gain in the speed of my own code. I was planning on putting in a test to see if munkres exists on your machine, then to use munkres, but Yi Cao was gracious to allow me to include his code. |