Searched refs:MyThreeParameterCostFunctor (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Ddynamic_numeric_diff_cost_function_test.cc286 class MyThreeParameterCostFunctor { class in namespace:ceres::internal
331 typedef DynamicNumericDiffCostFunction<MyThreeParameterCostFunctor>
335 new MyThreeParameterCostFunctor());
H A Ddynamic_autodiff_cost_function_test.cc285 class MyThreeParameterCostFunctor { class in namespace:ceres::internal
330 typedef DynamicAutoDiffCostFunction<MyThreeParameterCostFunctor, 3>
334 new MyThreeParameterCostFunctor());
519 // Same 7 residuals as MyThreeParameterCostFunctor.

Completed in 110 milliseconds