mirror of
https://github.com/apache/commons-math.git
synced 2025-02-07 18:49:40 +00:00
Relax epsilon criteria for eigen decomposition.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1362665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
35c5d7143b
commit
7dd77c4bdf
@ -98,7 +98,7 @@ public class EigenDecomposition {
|
||||
private RealMatrix cachedVt;
|
||||
|
||||
/** Internally used epsilon criteria. */
|
||||
private final double epsilon = 1e-16;
|
||||
private final double epsilon = 1e-12;
|
||||
|
||||
/**
|
||||
* Calculates the eigen decomposition of the given real matrix.
|
||||
|
Loading…
x
Reference in New Issue
Block a user