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

/external/ceres-solver/include/ceres/
H A Dautodiff_cost_function.h86 // = new AutoDiffCostFunction<MyScalarCostFunctor, 1, 2, 2>(
103 // = new AutoDiffCostFunction<MyScalarCostFunctor, DYNAMIC, 2, 2>(
165 class AutoDiffCostFunction : public SizedCostFunction<M, class in namespace:ceres
171 explicit AutoDiffCostFunction(CostFunctor* functor) function in class:ceres::AutoDiffCostFunction
182 AutoDiffCostFunction(CostFunctor* functor, int num_residuals) function in class:ceres::AutoDiffCostFunction
190 virtual ~AutoDiffCostFunction() {}

Completed in 114 milliseconds