HomeSort by relevance Sort by last modified time
    Searched refs:CostFunctionToFunctor (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/internal/ceres/
cost_function_to_functor_test.cc 245 TEST(CostFunctionToFunctor, NAME) { \
248 CostFunctionToFunctor<2, PARAMETER_BLOCK_SIZES >, \
249 2, PARAMETER_BLOCK_SIZES>(new CostFunctionToFunctor< \
  /external/ceres-solver/include/ceres/
numeric_diff_functor.h 339 CostFunctionToFunctor<kNumResiduals,
cost_function_to_functor.h 31 // CostFunctionToFunctor is an adapter class that allows users to use
67 // new CostFunctionToFunctor<2, 5, 3>(
86 // scoped_ptr<CostFunctionToFunctor<2,5,3> > intrinsic_projection_;
105 class CostFunctionToFunctor {
107 explicit CostFunctionToFunctor(CostFunction* cost_function)

Completed in 222 milliseconds