| Package | Description |
|---|---|
| ch.akuhn.matrix.eigenvalues |
| Modifier and Type | Class and Description |
|---|---|
class |
AllEigenvalues
Finds all eigenvalues of a matrix.
|
class |
FewEigenvalues
Finds a few eigenvalues of a matrix.
|
| Modifier and Type | Method and Description |
|---|---|
Eigenvalues |
Eigenvalues.largest(int nev)
Configure to compute the largest
nev values/vectors. |
static Eigenvalues |
Eigenvalues.of(Matrix A)
Get an object that can compute the eigendecomposition of the given
matrix.
|
Eigenvalues |
FewEigenvalues.run()
Runs the eigenvalue decomposition, using an implicitly restarted Arnoldi
process (IRAP).
|
Eigenvalues |
Eigenvalues.run()
Run the decomposition algorithm.
|