Searched defs:CENTRAL (Results 1 - 2 of 2) sorted by relevance
/external/ceres-solver/internal/ceres/ | ||
H A D | runtime_numeric_diff_cost_function.h | 48 // CENTRAL, 65 CENTRAL, enumerator in enum:ceres::internal::RuntimeNumericDiffMethod 74 // Forward difference or central difference is selected with CENTRAL or FORWARD. |
/external/ceres-solver/include/ceres/ | ||
H A D | numeric_diff_cost_function.h | 48 // = new NumericDiffCostFunction<MyCostFunction, CENTRAL, 1, 4, 8>( 74 CENTRAL, enumerator in enum:ceres::NumericDiffMethod 155 if (method == CENTRAL) { 201 NumericDiffMethod method = CENTRAL, int M = 0, |
Completed in 118 milliseconds