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

  /external/ceres-solver/internal/ceres/
numeric_diff_cost_function_test.cc 52 CENTRAL,
58 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, CENTRAL);
78 CENTRAL,
84 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, CENTRAL);
104 CENTRAL,
110 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, CENTRAL);
130 CENTRAL,
136 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, CENTRAL);
171 new NumericDiffCostFunction<SizeTestingCostFunction<1,1>, CENTRAL, 1, 1>(
175 new NumericDiffCostFunction<SizeTestingCostFunction<2,1>, CENTRAL, 2, 1>
    [all...]
numeric_diff_functor_test.cc 49 typedef NumericDiffFunctor<EasyFunctor, CENTRAL, 3, 5, 5>
59 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, CENTRAL);
64 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, CENTRAL);
87 typedef NumericDiffFunctor<TranscendentalFunctor, CENTRAL, 2, 5, 5>
97 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, CENTRAL);
102 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, CENTRAL);
numeric_diff_test_utils.cc 78 const double tolerance = (method == CENTRAL)? 3e-9 : 2e-5;
148 const double tolerance = (method == CENTRAL)? 3e-9 : 2e-5;
gradient_checking_cost_function.cc 89 DynamicNumericDiffCostFunction<CostFunction, CENTRAL>*
91 new DynamicNumericDiffCostFunction<CostFunction, CENTRAL>(
  /external/ceres-solver/examples/
helloworld_numeric_diff.cc 38 using ceres::CENTRAL;
66 new NumericDiffCostFunction<CostFunctor, CENTRAL, 1, 1> (new CostFunctor);
  /external/ceres-solver/include/ceres/
dynamic_numeric_diff_cost_function.h 54 // DynamicAutoDiffCostFunction<MyCostFunctor, CENTRAL> cost_function(
75 template <typename CostFunctor, NumericDiffMethod method = CENTRAL>
210 if (method == CENTRAL) {
gradient_checker.h 178 NumericDiffCostFunction<CostFunctionToProbe, CENTRAL, M, N0, N1, N2, N3, N4>
numeric_diff_cost_function.h 80 // cost function with central differences used for computing the
84 // = new NumericDiffCostFunction<MyScalarCostFunctor, CENTRAL, 1, 2, 2>(
102 // = new NumericDiffCostFunction<MyScalarCostFunctor, CENTRAL, DYNAMIC, 2, 2>(
117 // The central difference method is considerably more accurate at the cost of
119 // central differences begin with, and only after that works, trying forward
153 // = new NumericDiffCostFunction<MyCostFunction, CENTRAL, 1, 4, 8>(
175 NumericDiffMethod method = CENTRAL,
types.h 396 CENTRAL,
numeric_diff_functor.h 65 // typedef NumericDiffFunctor<IntrinsicProjection, CENTRAL, 2, 5, 3>
88 // Here, we made the choice of using CENTRAL differences to compute
112 NumericDiffMethod kMethod = CENTRAL,
  /external/ceres-solver/include/ceres/internal/
numeric_diff.h 155 if (kMethod == CENTRAL) {

Completed in 68 milliseconds