Searched defs:CENTRAL (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Druntime_numeric_diff_cost_function.h48 // 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 Dnumeric_diff_cost_function.h48 // = 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 112 milliseconds