Searched refs:orthoTolerance (Results 1 - 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
H A DLevenbergMarquardtEstimator.java147 private double orthoTolerance; field in class:LevenbergMarquardtEstimator
211 * @param orthoTolerance desired max cosine on the orthogonality
215 public void setOrthoTolerance(double orthoTolerance) { argument
216 this.orthoTolerance = orthoTolerance;
331 if (maxCosine <= orthoTolerance) {
466 orthoTolerance);
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
H A DLevenbergMarquardtOptimizer.java144 private double orthoTolerance; field in class:LevenbergMarquardtOptimizer
220 * @param orthoTolerance desired max cosine on the orthogonality
223 public void setOrthoTolerance(double orthoTolerance) { argument
224 this.orthoTolerance = orthoTolerance;
329 if (maxCosine <= orthoTolerance) {
473 orthoTolerance);
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 293 milliseconds