HomeSort by relevance Sort by last modified time
    Searched refs:eta (Results 1 - 15 of 15) sorted by null

  /external/ceres-solver/include/ceres/
iteration_callback.h 54 eta(0.0),
117 double eta; member in struct:ceres::IterationSummary
169 // "rho:% 3.2e mu:% 3.2e eta:% 3.2e li:% 3d";
178 // summary.eta,
solver.h 104 eta = 1e-1;
407 // (Q_i - Q_{i-1})/Q_i < eta/i
408 double eta; member in struct:ceres::Solver::Options
  /external/ceres-solver/internal/ceres/
minimizer.h 70 eta = options.eta;
102 double eta; member in struct:ceres::internal::Minimizer::Options
trust_region_strategy.h 86 double eta; member in struct:ceres::internal::TrustRegionStrategy::PerSolveOptions
trust_region_minimizer.cc 149 // TODO(sameeragarwal): Rename eta to linear_solver_accuracy or
151 iteration_summary.eta = options_.eta;
247 per_solve_options.eta = options_.eta;
317 iteration_summary.eta = options_.eta;
levenberg_marquardt_strategy.cc 89 solve_options.q_tolerance = per_solve_options.eta;
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 151 float eta = PI/2.0f; local
154 float x = r * FloatMath.cos(eta);
155 float y = r * FloatMath.sin(eta);
156 eta += dEta;
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
PointCloud.java 151 float eta = PI/2.0f; local
154 float x = r * FloatMath.cos(eta);
155 float y = r * FloatMath.sin(eta);
156 eta += dEta;
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 139 void eta(int (^)(int, int)) {} function
140 // CHECK: @"\01?eta@@YAXP_EAHHH@Z@Z"
  /external/llvm/utils/lit/lit/
ProgressBar.py 244 eta = int(total - elapsed)
245 h = eta//3600.
246 m = (eta//60) % 60
247 s = eta % 60
248 suffix = ' ETA: %02d:%02d:%02d'%(h,m,s)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 187 // eta = 2*eta0 + mu*eta1
188 SimpleBigDecimal eta = eta0.add(eta0); local
191 eta = eta.add(eta1);
196 eta = eta.subtract(eta1);
220 // if eta >= 1
221 if (eta.compareTo(ECConstants.ONE) >= 0)
234 // eta < 1
241 // if eta < -
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 939 double b[6] = {0,0,0,0,0,0}, eta[6]; local
976 icvTransformVector_64d( G, b, eta, 6, 6 );
978 Av[2] = (float)(Av[2] + Av[0] * eta[0] + Av[1] * eta[1]);
979 Av[5] = (float)(Av[5] + Av[3] * eta[0] + Av[4] * eta[1]);
981 t0 = Av[0] * (1 + eta[2]) + Av[1] * eta[4];
982 t1 = Av[0] * eta[3] + Av[1] * (1 + eta[5])
    [all...]
  /external/ceres-solver/examples/
bundle_adjuster.cc 96 DEFINE_double(eta, 1e-2, "Default value for eta. Eta determines the "
225 options->eta = FLAGS_eta;
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /external/ceres-solver/docs/
solving.tex     [all...]

Completed in 1531 milliseconds