I noticed an inconsistency in the PyTorch version of the problem “Calculate Eigenvalues of a Matrix”
Problem statement:
It clearly says:
“The function should return a list containing the eigenvalues, sort values from highest to lowest.”
PyTorch test cases:
The expected outputs in the test cases are in ascending order (lowest to highest).