Closed lyn-max closed 8 months ago
linalg.py line157 e2[0] = 0; e2[0] = 1, should be e2[0] = 0; e2[1] = 1 .
This was indeed a mistake, thank you for pointing it out. This condition was most likely never met, but it is still better to have the correct version !