Changes between Initial Version and Version 1 of Ticket #20439, comment 2
- Timestamp:
- Oct 24, 2017, 3:56:52 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20439, comment 2
initial v1 3 3 https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.eig.html 4 4 5 states that indeed for left eigenvectors, the reported "eigenv alues" are actually the conjugates thereof.5 states that indeed for left eigenvectors, the reported "eigenvectors" are actually the conjugates thereof. 6 6 7 7 So I would propose changing `eigenvectors_left` to account for this.