When computing the eigenvalues with OjAlgo. Are the eigenvalues always on a descended order?
Right from the documentation for Eigenvalue#isOrdered
:
The eigenvalues in D (and the eigenvectors in V) are not necessarily ordered. This is a property of the algorithm/implementation, not the data.