Class EigenDecompositionApache

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

An implementation of RealEigenDecomposition, which merely wraps an instance of EigenDecomposition as provided by the Apache Commons Math library. Note this works only for square matrices and symmetry and zero tolerances cannot be specified, default values are always used. The Jama version (EigenDecompositionJama) generally appears to be more flexible and robust.
Version:
2022/11/24
See Also: