Uses of Interface
org.ejml.interfaces.decomposition.EigenDecomposition
Packages that use EigenDecomposition
Package
Description
-
Uses of EigenDecomposition in org.ejml.dense.row.decomposition.eig
Classes in org.ejml.dense.row.decomposition.eig that implement EigenDecompositionModifier and TypeClassDescriptionclassChecks to see what type of matrix is being decomposed and calls different eigenvalue decomposition algorithms depending on the results.classChecks to see what type of matrix is being decomposed and calls different eigenvalue decomposition algorithms depending on the results.classComputes the eigenvalues and eigenvectors of a real symmetric matrix using the symmetric implicit QR algorithm.classComputes the eigenvalues and eigenvectors of a real symmetric matrix using the symmetric implicit QR algorithm.classFinds the eigenvalue decomposition of an arbitrary square matrix using the implicit double-step QR algorithm.classFinds the eigenvalue decomposition of an arbitrary square matrix using the implicit float-step QR algorithm. -
Uses of EigenDecomposition in org.ejml.interfaces.decomposition
Subinterfaces of EigenDecomposition in org.ejml.interfaces.decompositionModifier and TypeInterfaceDescriptioninterfaceEigenDecomposition_F32<MatrixType extends Matrix>Implementation ofEigenDecompositionfor 32-bit floatsinterfaceEigenDecomposition_F64<MatrixType extends Matrix>Implementation ofEigenDecompositionfor 64-bit floats -
Uses of EigenDecomposition in org.ejml.simple
Methods in org.ejml.simple that return EigenDecompositionModifier and TypeMethodDescriptionSimpleEVD.getEVD()Returns the underlying decomposition that this is a wrapper around.