Package org.ejml.alg.dense.decomposition.eig

Interface Summary
EigenvalueExtractor  
 

Class Summary
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 Computes the eigenvalues and eigenvectors of a real symmetric matrix using the symmetric implicit QR algorithm.
WatchedDoubleStepQRDecomposition Finds the eigenvalue decomposition of an arbitrary square matrix using the implicit double-step QR algorithm.
 



Copyright © 2012. All Rights Reserved.