HomeSort by relevance Sort by last modified time
    Searched refs:minimize (Results 1 - 25 of 41) sorted by null

1 2

  /external/opencv3/modules/core/include/opencv2/core/
optim.hpp 51 The algorithms in this section minimize or maximize function value within specified constraints or
85 *It should be called at least once before the call to* minimize(), as default value is not usable.
99 This method *is not necessary* to be called before the first call to minimize(), as the default
122 virtual double minimize(InputOutputArray x) = 0;
168 Step, together with initial point (givin in DownhillSolver::minimize) are two `n`-dimensional
  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralSubtrees.java 185 * minimize this GeneralSubtrees by removing all redundant entries.
188 private void minimize() { method in class:GeneralSubtrees
336 // Step 2: For ease of checking the subtrees, minimize them by
339 this.minimize();
340 other.minimize();
483 // Minimize this
484 minimize(); method
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 131 LevenbergMarquardtSpace::Status minimize(FVectorType &x);
258 LevenbergMarquardt<FunctorType>::minimize(FVectorType &x) function in class:Eigen::LevenbergMarquardt
342 return minimize(x);
369 LevenbergMarquardtSpace::Status info = LevenbergMarquardtSpace::Status(lm.minimize(x));
  /external/opencv3/modules/core/test/
test_conjugate_gradient.cpp 48 double res=solver->minimize(x);
test_downhill_simplex.cpp 56 double res=solver->minimize(x);
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 207 info = lm.minimize(x);
599 info = lm.minimize(x);
684 info = lm.minimize(x);
705 info = lm.minimize(x);
764 info = lm.minimize(x);
781 info = lm.minimize(x);
854 info = lm.minimize(x);
876 info = lm.minimize(x);
940 info = lm.minimize(x);
957 info = lm.minimize(x)
    [all...]
levenberg_marquardt.cpp 100 info = lm.minimize(x);
204 info = lm.minimize(x);
289 info = lm.minimize(x);
310 info = lm.minimize(x);
369 info = lm.minimize(x);
386 info = lm.minimize(x);
460 info = lm.minimize(x);
482 info = lm.minimize(x);
546 info = lm.minimize(x);
563 info = lm.minimize(x)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
TextImpl.java 156 public final TextImpl minimize() { method in class:TextImpl
InnerNodeImpl.java 163 ((TextImpl) node).minimize(); method
DOMConfigurationImpl.java 403 text = text.minimize();
  /external/opencv3/modules/core/src/
conjugate_gradient.cpp 79 double minimize(InputOutputArray x);
123 double ConjGradSolverImpl::minimize(InputOutputArray x){ function in class:cv::ConjGradSolverImpl
downhill_simplex.cpp 98 double res = MinProblemSolver->minimize(P);
178 double minimize( InputOutputArray x_ ) function in class:cv::DownhillSolverImpl
180 dprintf(("hi from minimize\n"));
  /frameworks/base/tools/layoutlib/rename_font/
build_font_single.py 190 keep the style info, to minimize the diff. """
build_font.py 206 keep the style info, to minimize the diff. """
  /external/v8/test/webkit/
dfg-get-by-val-clobber.js 45 // Now the evil test. This is constructed to minimize the likelihood that CSE will succeed through
  /external/pcre/dist/
pcre_exec.c 526 BOOL minimize, possessive; /* Quantifier options */ local
751 minimize = possessive = FALSE;
    [all...]
  /external/eigen/test/
denseLM.cpp 107 info = lm.minimize(uv);
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h 78 LevenbergMarquardtSpace::Status minimize(FVectorType &x);
145 return minimize(x);
151 LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x) function in class:Eigen::LevenbergMarquardt
640 LevenbergMarquardtSpace::Status info = LevenbergMarquardtSpace::Status(lm.minimize(x));
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_options.py 132 'test is executed at maximum CPU speed in order to minimize noise '
  /system/extras/ext4_utils/
allocate.c 357 bool minimize = false; local
378 minimize = true;
379 } else if (!minimize) {
  /external/libunwind/doc/
libunwind.tex 265 been designed for maximum efficiency, so as to minimize the
  /external/chromium-trace/catapult/third_party/flot/
excanvas.js 848 // Bounding box calculation (need to minimize displayed area so that
    [all...]
  /external/v8/src/third_party/fdlibm/
fdlibm.js 604 // specific way which minimize the accumulation rounding error:
    [all...]
  /prebuilts/maven_repo/android/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha1/
constraint-layout-solver-1.0.0-alpha1.jar 
  /prebuilts/tools/common/offline-m2/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha3/
constraint-layout-solver-1.0.0-alpha3.jar 

Completed in 1442 milliseconds

1 2