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

/external/ceres-solver/include/ceres/
H A Dautodiff_cost_function.h154 template <typename CostFunctor,
172 explicit AutoDiffCostFunction(CostFunctor* functor)
184 AutoDiffCostFunction(CostFunctor* functor, int num_residuals)
207 CostFunctor, double, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>
210 return internal::AutoDiff<CostFunctor, double,
222 internal::scoped_ptr<CostFunctor> functor_;
H A Ddynamic_numeric_diff_cost_function.h75 template <typename CostFunctor, NumericDiffMethod method = CENTRAL>
78 explicit DynamicNumericDiffCostFunction(const CostFunctor* functor,
244 bool EvaluateCostFunctorImpl(const CostFunctor* functor,
251 bool EvaluateCostFunctorImpl(const CostFunctor* functor,
258 internal::scoped_ptr<const CostFunctor> functor_;
H A Dnumeric_diff_cost_function.h174 template <typename CostFunctor,
192 NumericDiffCostFunction(CostFunctor* functor,
225 if (!internal::EvaluateImpl<CostFunctor,
273 if (!NumericDiff<CostFunctor, \
308 internal::scoped_ptr<CostFunctor> functor_;
H A Ddynamic_autodiff_cost_function.h78 template <typename CostFunctor, int Stride = 4>
81 explicit DynamicAutoDiffCostFunction(CostFunctor* functor)
255 internal::scoped_ptr<CostFunctor> functor_;
/external/ceres-solver/examples/
H A Dhelloworld.cc49 struct CostFunctor { struct
70 new AutoDiffCostFunction<CostFunctor, 1, 1>(new CostFunctor);
H A Dhelloworld_numeric_diff.cc45 struct CostFunctor { struct
66 new NumericDiffCostFunction<CostFunctor, CENTRAL, 1, 1> (new CostFunctor);
/external/ceres-solver/include/ceres/internal/
H A Dnumeric_diff.h52 template <typename CostFunctor,
55 bool EvaluateImpl(const CostFunctor* functor,
59 return VariadicEvaluate<CostFunctor,
67 template <typename CostFunctor,
70 bool EvaluateImpl(const CostFunctor* functor,
80 template <typename CostFunctor,
90 const CostFunctor* functor,
143 if (!EvaluateImpl<CostFunctor, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>(
159 if (!EvaluateImpl<CostFunctor, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>(
180 template <typename CostFunctor,
[all...]

Completed in 247 milliseconds