javaojalgo

Is OjAlgo eigenvalues always on descended order?


When computing the eigenvalues with OjAlgo. Are the eigenvalues always on a descended order?


Solution

  • 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.