Class GeneralizedSymmetricEigenDecomposition

java.lang.Object
imagingbook.common.math.eigen.GeneralizedSymmetricEigenDecomposition
All Implemented Interfaces:
RealEigenDecomposition

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. 11.0.5. of [1]). See Appendix Sec. B.5.2 of [2] for more details. The methods defined by this class are analogous to the conventional eigendecomposition (see EigenDecomposition).

[1] Press, Teukolsky, Vetterling, Flannery: "Numerical Recipes". Cambridge University Press, 3rd ed. (2007).
[2] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/06/11
See Also: