Home
last modified time | relevance | path

Searched refs:minimize (Results 1 – 25 of 116) sorted by relevance

12345

/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp100 info = lm.minimize(x); in testLmder()
204 info = lm.minimize(x); in testLmdif()
289 info = lm.minimize(x); in testNistChwirut2()
310 info = lm.minimize(x); in testNistChwirut2()
369 info = lm.minimize(x); in testNistMisra1a()
386 info = lm.minimize(x); in testNistMisra1a()
460 info = lm.minimize(x); in testNistHahn1()
482 info = lm.minimize(x); in testNistHahn1()
546 info = lm.minimize(x); in testNistMisra1d()
563 info = lm.minimize(x); in testNistMisra1d()
[all …]
DNonLinearOptimization.cpp207 info = lm.minimize(x); in testLmder()
599 info = lm.minimize(x); in testLmdif()
684 info = lm.minimize(x); in testNistChwirut2()
705 info = lm.minimize(x); in testNistChwirut2()
764 info = lm.minimize(x); in testNistMisra1a()
781 info = lm.minimize(x); in testNistMisra1a()
854 info = lm.minimize(x); in testNistHahn1()
876 info = lm.minimize(x); in testNistHahn1()
940 info = lm.minimize(x); in testNistMisra1d()
957 info = lm.minimize(x); in testNistMisra1d()
[all …]
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
DGdxSetupUI.java313 JButton minimize; field in GdxSetupUI.UI
359 minimize = new JButton(minIcon);
368 minimize.setOpaque(false);
369 minimize.setContentAreaFilled(false);
370 minimize.setFocusPainted(false);
371 minimize.setBorderPainted(false);
372 minimize.setPressedIcon(minIconDown);
373 minimize.setRolloverIcon(minIconHover);
384 titleEvents(minimize, exit); in titleEvents() argument
387 private void titleEvents(JButton minimize, JButton exit) { in titleEvents() argument
[all …]
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DLevenbergMarquardt.h131 LevenbergMarquardtSpace::Status minimize(FVectorType &x);
258 LevenbergMarquardt<FunctorType>::minimize(FVectorType &x) in minimize() function
342 return minimize(x); in lmder1()
369 LevenbergMarquardtSpace::Status info = LevenbergMarquardtSpace::Status(lm.minimize(x)); in lmdif1()
/external/opencv3/modules/core/src/
Dconjugate_gradient.cpp79 double minimize(InputOutputArray x);
123 double ConjGradSolverImpl::minimize(InputOutputArray x){ in minimize() function in cv::ConjGradSolverImpl
Ddownhill_simplex.cpp178 double minimize( InputOutputArray x_ ) in minimize() function in cv::DownhillSolverImpl
/external/opencv3/modules/core/include/opencv2/core/
Doptim.hpp122 virtual double minimize(InputOutputArray x) = 0;
/external/pcre/dist/
Dpcre_exec.c526 BOOL minimize, possessive; /* Quantifier options */ in match() local
751 minimize = possessive = FALSE; in match()
2753 minimize = (c & 1) != 0; in match()
2761 minimize = (*ecode == OP_CRMINRANGE); in match()
2811 if (minimize) in match()
2896 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()
2906 minimize = (*ecode == OP_CRMINRANGE); in match()
2971 if (minimize) in match()
3123 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()
3133 minimize = (*ecode == OP_CRMINRANGE); in match()
[all …]
/external/llvm/utils/unittest/googletest/
DREADME.LLVM5 the actual source code, to minimize the addition to the LLVM distribution.
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
DLevenbergMarquardt.h78 LevenbergMarquardtSpace::Status minimize(FVectorType &x);
145 return minimize(x); in lmder1()
151 LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x) in minimize() function
640 LevenbergMarquardtSpace::Status info = LevenbergMarquardtSpace::Status(lm.minimize(x)); in lmdif1()
/external/opencv3/modules/core/test/
Dtest_conjugate_gradient.cpp48 double res=solver->minimize(x); in mytest()
Dtest_downhill_simplex.cpp56 double res=solver->minimize(x); in mytest()
/external/llvm/test/Transforms/LoopVectorize/
Doptsize.ll2 ; loop with the optimize for size or the minimize size attributes.
/external/eigen/unsupported/Eigen/
DNonLinearOptimization96 * As an example, the method LevenbergMarquardt::minimize() is
99 * Status LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x, const int mode)
/external/mesa3d/src/gallium/drivers/i915/
DTODO39 - Schedule instructions to minimize the number of phases. One way is to replace
/external/eigen/test/
DdenseLM.cpp107 info = lm.minimize(uv); in test_minimizeLM()
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dmainpage.dox48 …heritance too exactly. Other differences include the use of token and string factories to minimize
72 /// A goal of the generated code was to minimize the tracking, allocation and freeing of memory for…
/external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_basics/
Dpy_svm_basics.markdown50 twice this distance, and we need to maximize this margin. i.e. we need to minimize a new function
123 the optimization is to minimize the argument, few misclassifications errors are allowed.
/external/gemmlowp/meta/
DREADME24 In order to feed the kernel with input data and minimize the number of
/external/opencv3/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/
Dpy_kmeans_understanding.markdown67 \f[minimize \;\bigg[J = \sum_{All\: Red\_Points}distance(C1,Red\_Point) + \sum_{All\: Blue\_Points}…
/external/skia/site/dev/testing/
Dfonts.md14 The dm \(Diamond Master\) tool supports flags that minimize or eliminate the
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dreadme.txt12 ** Try to minimize other CPU loading throughout the test
/external/llvm/test/CodeGen/AArch64/
Dconcat_vector-scalar-combine.ll79 ; Also make sure we minimize bitcasts.
/external/llvm/docs/
DBitSets.rst45 efficiently to minimize the sizes of the underlying bitsets. An intrinsic,
/external/libjpeg-turbo/
Djconfig.txt91 * To minimize application namespace pollution, the symbols won't be

12345