Searched refs:SAFE_MIN (Results 1 – 8 of 8) sorted by relevance
626 lu = new LUDecompositionImpl(this, MathUtils.SAFE_MIN).getSolver();635 return new LUDecompositionImpl(this, MathUtils.SAFE_MIN).getDeterminant();647 lu = new LUDecompositionImpl(this, MathUtils.SAFE_MIN).getSolver();944 lu = new LUDecompositionImpl(this, MathUtils.SAFE_MIN).getSolver();954 lu = new LUDecompositionImpl(this, MathUtils.SAFE_MIN).getSolver();982 lu = new LUDecompositionImpl(this, MathUtils.SAFE_MIN).getSolver();
41 private static final double DEFAULT_ABSOLUTE_THRESHOLD = 100 * MathUtils.SAFE_MIN;
178 setQRRankingThreshold(MathUtils.SAFE_MIN); in LevenbergMarquardtOptimizer()
42 public static final double SAFE_MIN = 0x1.0p-1022; field in MathUtils
263 if (d > -MathUtils.SAFE_MIN && d < MathUtils.SAFE_MIN){ in doubleHighPart()