Uses of Interface
imagingbook.common.math.eigen.RealEigenDecomposition
Packages that use RealEigenDecomposition
-
Uses of RealEigenDecomposition in imagingbook.common.math.eigen
Classes in imagingbook.common.math.eigen that implement RealEigenDecompositionModifier and TypeClassDescriptionclassAn implementation ofRealEigenDecomposition, which merely wraps an instance ofEigenDecompositionas provided by the Apache Commons Math library.classEigenvalues and eigenvectors of a real matrix.classImplements an efficient, closed form algorithm for calculating the real eigenvalues (λ) and eigenvectors (x) of a 2x2 matrix of the formclassSolves the generalized eigenproblem of the form A x = λ B x, for square matrices A, B.classSolves the generalized symmetric eigenproblem of the form A x = λ B x, where matrices A, B are symmetric and B is positive definite (see Sec. 11.0.5. of [1]).