/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
GaussNewtonEstimator.java | 53 /** Default threshold for cost convergence. */ 59 /** Threshold for cost convergence. */ 60 private double convergence; field in class:GaussNewtonEstimator 72 this.convergence = DEFAULT_CONVERGENCE; 78 * <p>This constructor builds an estimator and stores its convergence 97 * @param convergence criterion threshold below which we do not need 102 * J<sub>n</sub> × convergence</code>, where <code>J<sub>n</sub></code> 106 public GaussNewtonEstimator(final int maxCostEval, final double convergence, 110 this.convergence = convergence; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/ |
version.h | 4 * Copyright (C) 2000 Holger Waechtler <holger@convergence.de> 5 * for convergence integrated media GmbH
|
net.h | 4 * Copyright (C) 2000 Marcus Metzler <marcus@convergence.de> 5 * & Ralph Metzler <ralph@convergence.de> 6 * for convergence integrated media GmbH
|
ca.h | 4 * Copyright (C) 2000 Ralph Metzler <ralph@convergence.de> 5 * & Marcus Metzler <marcus@convergence.de> 6 * for convergence integrated media GmbH
|
dmx.h | 4 * Copyright (C) 2000 Marcus Metzler <marcus@convergence.de> 5 * & Ralph Metzler <ralph@convergence.de> 6 * for convergence integrated media GmbH
|
frontend.h | 4 * Copyright (C) 2000 Marcus Metzler <marcus@convergence.de> 5 * Ralph Metzler <ralph@convergence.de> 6 * Holger Waechtler <holger@convergence.de> 7 * Andre Draszik <ad@convergence.de> 8 * for convergence integrated media GmbH
|
/external/kernel-headers/original/uapi/linux/dvb/ |
net.h | 5 * Copyright (C) 2000 Marcus Metzler <marcus@convergence.de> 6 * & Ralph Metzler <ralph@convergence.de> 7 * for convergence integrated media GmbH
|
version.h | 5 * Copyright (C) 2000 Holger Waechtler <holger@convergence.de> 6 * for convergence integrated media GmbH
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/ |
EventState.java | 51 /** Convergence threshold for event localization. */ 52 private final double convergence; field in class:EventState 91 * @param convergence convergence threshold in the event time search 96 final double convergence, final int maxIterationCount) { 99 this.convergence = FastMath.abs(convergence); 128 /** Get the convergence threshold for event localization. 129 * @return convergence threshold for event localization 132 return convergence; [all...] |
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
ZslPictureTakerFactory.java | 48 * ring-buffer for an image with AE and/or AF convergence. 75 // convergence, but not AE convergence (AE can take a long time to 85 // convergence, and AE convergence.
|
PictureTakerFactory.java | 54 // When flash is OFF, wait for AF convergence, but not AE convergence 63 // not necessary, then this could skip waiting for AE convergence.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
RealConvergenceChecker.java | 23 * <p>Deciding if convergence has been reached is a problem-dependent issue. The 28 * one considers convergence is reached when the objective function value does not 30 * considers convergence is reached when the input point set does not change
|
VectorialConvergenceChecker.java | 23 * <p>Deciding if convergence has been reached is a problem-dependent issue. The 28 * one considers convergence is reached when the objective function value does not 30 * considers convergence is reached when the input point set does not change
|
DifferentiableMultivariateRealOptimizer.java | 86 /** Set the convergence checker. 87 * @param checker object to use to check for convergence 91 /** Get the convergence checker. 92 * @return object used to check for convergence
|
DifferentiableMultivariateVectorialOptimizer.java | 83 /** Set the convergence checker. 84 * @param checker object to use to check for convergence 88 /** Get the convergence checker. 89 * @return object used to check for convergence
|
MultivariateRealOptimizer.java | 75 /** Set the convergence checker. 76 * @param checker object to use to check for convergence 80 /** Get the convergence checker. 81 * @return object used to check for convergence
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/ |
UnivariateRealIntegrator.java | 35 * Minimal iteration is needed to avoid false early convergence, e.g. 69 * or the integrator detects convergence problems otherwise 89 * or the integrator detects convergence problems otherwise
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
IntegerDistribution.java | 46 * computed due to convergence or other numerical errors. 56 * computed due to convergence or other numerical errors. 80 * computed due to convergence or other numerical errors.
|
Distribution.java | 37 * computed due to convergence or other numerical errors. 51 * computed due to convergence or other numerical errors.
|
PoissonDistributionImpl.java | 43 * Default convergence criterion. 68 * Convergence criterion for cumulative probability. 84 * Create a new Poisson distribution with the given mean, convergence criterion 88 * @param epsilon the convergence criteria for cumulative probabilites 99 * Create a new Poisson distribution with the given mean and convergence criterion. 102 * @param epsilon the convergence criteria for cumulative probabilites 209 * due to convergence or other numerical errors.
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/ |
AcceptableZslImageFilter.java | 33 * @param requireAFConvergence Whether the filter should require AF convergence. 34 * @param requireAEConvergence Whether the filter should require AE convergence.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ |
ConvergingAlgorithm.java | 21 * Interface for algorithms handling convergence settings. 23 * This interface only deals with convergence parameters setting, not 40 * Usually a high iteration count indicates convergence problems. However, 104 * If this should be the primary criterion for convergence rather then a
|
/external/icu/icu4c/source/test/intltest/ |
tsdate.h | 60 int32_t fLimit; // How many iterations it should take to reach convergence
|
/prebuilts/tools/common/m2/repository/com/google/truth/truth-parent/0.31/ |
truth-parent-0.31-site.jar | |
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
MullerSolver.java | 90 * or the solver detects convergence problems otherwise 113 * or the solver detects convergence problems otherwise 158 * or the solver detects convergence problems otherwise 190 * or the solver detects convergence problems otherwise 239 // check for convergence 250 // Bisect if convergence is too slow. Bisection would waste 301 * or the solver detects convergence problems otherwise 334 * or the solver detects convergence problems otherwise 393 // check for convergence
|