You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EigenDecompositionNonSymmetricimplementation returns a result without an exception.
Can the exception org.hipparchus.exception.MathIllegalArgumentException: matrix is singular also be avoided for the "Complex implementations" ComplexEigenDecomposition and OrderedComplexEigenDecomposition?
- Hipparchus-Math/hipparchus#337
- lower the epsilon criteria for final AV=VD check in Eigen
decompositions
Config.DEFAULT_EPSILON_AV_VD_CHECK = 1.0e-4
The
EigenDecompositionNonSymmetric
implementation returns a result without an exception.Can the exception
org.hipparchus.exception.MathIllegalArgumentException: matrix is singular
also be avoided for the "Complex implementations"ComplexEigenDecomposition
andOrderedComplexEigenDecomposition
?See:
The text was updated successfully, but these errors were encountered: