HomeSort by relevance Sort by last modified time
    Searched full:ak2 (Results 1 - 4 of 4) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
LevenbergMarquardtEstimator.java 817 double ak2 = Double.NEGATIVE_INFINITY; local
830 if (norm2 > ak2) {
832 ak2 = norm2;
835 if (ak2 == 0) {
846 double alpha = (akk > 0) ? -FastMath.sqrt(ak2) : FastMath.sqrt(ak2);
847 double betak = 1.0 / (ak2 - akk * alpha);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
LevenbergMarquardtOptimizer.java 817 double ak2 = Double.NEGATIVE_INFINITY; local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
UntrustedCertificates.java     [all...]
  /external/c-ares/
ares_platform.c     [all...]

Completed in 1511 milliseconds