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

/external/ceres-solver/include/ceres/
H A Dnumeric_diff_cost_function.h84 // = new NumericDiffCostFunction<MyScalarCostFunctor, CENTRAL, 1, 2, 2>(
98 // NumericDiffCostFunction also supports cost functions with a
102 // = new NumericDiffCostFunction<MyScalarCostFunctor, CENTRAL, DYNAMIC, 2, 2>(
123 // NumericDiffCostFunction is to get the sizing wrong. In particular,
136 // NumericDiffCostFunction can also take CostFunction objects as
153 // = new NumericDiffCostFunction<MyCostFunction, CENTRAL, 1, 4, 8>(
187 class NumericDiffCostFunction class in namespace:ceres
192 NumericDiffCostFunction(CostFunctor* functor, function in class:ceres::NumericDiffCostFunction
207 ~NumericDiffCostFunction() {

Completed in 167 milliseconds