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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
LevenbergMarquardtEstimator.java 284 qTy(residuals);
490 * @param qy array containing qTy
667 * @param qy array containing qTy
675 // copy R and Qty to preserve input and initialize s
699 // modify only a single element of Qty
723 // the modified element of (Qty,0)
878 private void qTy(double[] y) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
LevenbergMarquardtOptimizer.java 285 qTy(qtf);
497 * @param qy array containing qTy
668 * @param qy array containing qTy
676 // copy R and Qty to preserve input and initialize s
700 // modify only a single element of Qty
724 // the modified element of (Qty,0)
    [all...]

Completed in 127 milliseconds