Home
last modified time | relevance | path

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

/external/ceres-solver/examples/
Dhelloworld.cc49 struct CostFunctor { struct
70 new AutoDiffCostFunction<CostFunctor, 1, 1>(new CostFunctor); in main() argument
Dhelloworld_numeric_diff.cc45 struct CostFunctor { struct
66 new NumericDiffCostFunction<CostFunctor, CENTRAL, 1, 1> (new CostFunctor); in main() argument