Uses of Interface
org.ejml.interfaces.decomposition.EigenDecomposition
Package
Description
-
Uses of EigenDecomposition in org.ejml.dense.row.decomposition.eig
Modifier and TypeClassDescriptionclass
Checks to see what type of matrix is being decomposed and calls different eigenvalue decomposition algorithms depending on the results.class
Checks to see what type of matrix is being decomposed and calls different eigenvalue decomposition algorithms depending on the results.class
Computes the eigenvalues and eigenvectors of a real symmetric matrix using the symmetric implicit QR algorithm.class
Computes the eigenvalues and eigenvectors of a real symmetric matrix using the symmetric implicit QR algorithm.class
Finds the eigenvalue decomposition of an arbitrary square matrix using the implicit double-step QR algorithm.class
Finds the eigenvalue decomposition of an arbitrary square matrix using the implicit float-step QR algorithm. -
Uses of EigenDecomposition in org.ejml.interfaces.decomposition
Modifier and TypeInterfaceDescriptioninterface
EigenDecomposition_F32<MatrixType extends Matrix>
Implementation ofEigenDecomposition
for 32-bit floatsinterface
EigenDecomposition_F64<MatrixType extends Matrix>
Implementation ofEigenDecomposition
for 64-bit floats -
Uses of EigenDecomposition in org.ejml.simple
Modifier and TypeMethodDescriptionSimpleEVD.getEVD()
Returns the underlying decomposition that this is a wrapper around.