Searched refs:MyCostFunctor (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Ddynamic_numeric_diff_cost_function_test.cc50 class MyCostFunctor { class in namespace:ceres::internal
77 DynamicNumericDiffCostFunction<MyCostFunctor> cost_function(
78 new MyCostFunctor());
106 DynamicNumericDiffCostFunction<MyCostFunctor> cost_function(
107 new MyCostFunctor());
173 DynamicNumericDiffCostFunction<MyCostFunctor> cost_function(
174 new MyCostFunctor());
223 DynamicNumericDiffCostFunction<MyCostFunctor> cost_function(
224 new MyCostFunctor());
H A Ddynamic_autodiff_cost_function_test.cc49 class MyCostFunctor { class in namespace:ceres::internal
77 DynamicAutoDiffCostFunction<MyCostFunctor, 3> cost_function(
78 new MyCostFunctor());
105 DynamicAutoDiffCostFunction<MyCostFunctor, 3> cost_function(
106 new MyCostFunctor());
172 DynamicAutoDiffCostFunction<MyCostFunctor, 3> cost_function(
173 new MyCostFunctor());
222 DynamicAutoDiffCostFunction<MyCostFunctor, 3> cost_function(
223 new MyCostFunctor());

Completed in 3753 milliseconds