Open tsj83 opened 4 years ago
Given that eig
returns the eigenvalues and eigenvectors, my uninformed opinion is that this is just a representation error; if you assign eig
to a value, and pull out the eigenvectors and eigenvalues, they should be correct.
Oddly enough, xt::linalg::eigvals works fine but xt::linalg::eig does not. Is this a bug or user error? Snapshot: