Package org.ejml.dense.row.decomposition.eig
package org.ejml.dense.row.decomposition.eig
-
ClassDescriptionThe power method is an iterative method that can be used to find dominant eigen vector in a matrix.The power method is an iterative method that can be used to find dominant eigen vector in a matrix.Checks to see what type of matrix is being decomposed and calls different eigenvalue decomposition algorithms depending on the results.Checks to see what type of matrix is being decomposed and calls different eigenvalue decomposition algorithms depending on the results.Computes the eigenvalues and eigenvectors of a real symmetric matrix using the symmetric implicit QR algorithm.Computes the eigenvalues and eigenvectors of a real symmetric matrix using the symmetric implicit QR algorithm.Finds the eigenvalue decomposition of an arbitrary square matrix using the implicit double-step QR algorithm.Finds the eigenvalue decomposition of an arbitrary square matrix using the implicit float-step QR algorithm.