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 TypeClassDescriptionclass
An implementation ofRealEigenDecomposition
, which merely wraps an instance ofEigenDecomposition
as provided by the Apache Commons Math library.class
Eigenvalues and eigenvectors of a real matrix.class
Implements an efficient, closed form algorithm for calculating the real eigenvalues (λ) and eigenvectors (x) of a 2x2 matrix of the formclass
Solves the generalized eigenproblem of the form A x = λ B x, for square matrices A, B.class
Solves the generalized symmetric eigenproblem of the form A x = λ B x, where matrices A, B are symmetric and B is positive definite (see Sec.