| Modifier and Type | Field and Description |
|---|---|
double |
eigenvalue |
double[] |
eigenvector |
| Constructor and Description |
|---|
EigenPair(double eigenvalue,
double[] eigenvector) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EigenPair otherEigenPair)
Compare an eigenPair = (eigenvalue, eigenVector) against otherEigenPair based on respective eigenValues
|