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