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

/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);

Completed in 69 milliseconds