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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
LevenbergMarquardtEstimator.java 713 final double cotan = rkk / lmDiag[k]; local
714 sin = 1.0 / FastMath.sqrt(1.0 + cotan * cotan);
715 cos = sin * cotan;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
LevenbergMarquardtOptimizer.java 714 final double cotan = rkk / lmDiag[k]; local
715 sin = 1.0 / FastMath.sqrt(1.0 + cotan * cotan);
716 cos = sin * cotan;
    [all...]

Completed in 54 milliseconds