Interface | Description |
---|---|
EigenvalueExtractor_FDRM |
Class | Description |
---|---|
EigenPowerMethod_FDRM |
The power method is an iterative method that can be used to find dominant eigen vector in
a matrix.
|
EigenvalueSmall_F32 | |
SwitchingEigenDecomposition_FDRM |
Checks to see what type of matrix is being decomposed and calls different eigenvalue decomposition
algorithms depending on the results.
|
SymmetricQRAlgorithmDecomposition_FDRM |
Computes the eigenvalues and eigenvectors of a real symmetric matrix using the symmetric implicit QR algorithm.
|
WatchedDoubleStepQRDecomposition_FDRM |
Finds the eigenvalue decomposition of an arbitrary square matrix using the implicit float-step QR algorithm.
|