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

/external/ceres-solver/internal/ceres/
H A Dnumeric_diff_functor_test.cc50 NumericDiffEasyFunctor; typedef
56 new AutoDiffCostFunction<NumericDiffEasyFunctor, 3, 5, 5>(
57 new NumericDiffEasyFunctor));
62 new AutoDiffCostFunction<NumericDiffEasyFunctor, 3, 5, 5>(
63 new NumericDiffEasyFunctor(new EasyFunctor)));
69 NumericDiffEasyFunctor; typedef
75 new AutoDiffCostFunction<NumericDiffEasyFunctor, 3, 5, 5>(
76 new NumericDiffEasyFunctor));
81 new AutoDiffCostFunction<NumericDiffEasyFunctor, 3, 5, 5>(
82 new NumericDiffEasyFunctor(ne
[all...]

Completed in 71 milliseconds