| Interface | Description |
|---|---|
| EigenvalueExtractor |
| Class | Description |
|---|---|
| EigenPowerMethod |
The power method is an iterative method that can be used to find dominant eigen vector in
a matrix.
|
| EigenvalueSmall | |
| SwitchingEigenDecomposition |
Checks to see what type of matrix is being decomposed and calls different eigenvalue decomposition
algorithms depending on the results.
|
| SymmetricQRAlgorithmDecomposition_D64 |
Computes the eigenvalues and eigenvectors of a real symmetric matrix using the symmetric implicit QR algorithm.
|
| WatchedDoubleStepQRDecomposition_D64 |
Finds the eigenvalue decomposition of an arbitrary square matrix using the implicit double-step QR algorithm.
|