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

  /external/ceres-solver/internal/ceres/
dynamic_numeric_diff_cost_function_test.cc 50 class MyCostFunctor {
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());
dynamic_autodiff_cost_function_test.cc 49 class MyCostFunctor {
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 184 milliseconds