HomeSort by relevance Sort by last modified time
    Searched defs:CostFunctor (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/examples/
helloworld.cc 49 struct CostFunctor {
70 new AutoDiffCostFunction<CostFunctor, 1, 1>(new CostFunctor);
helloworld_numeric_diff.cc 45 struct CostFunctor {
66 new NumericDiffCostFunction<CostFunctor, CENTRAL, 1, 1> (new CostFunctor);

Completed in 187 milliseconds