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

  /external/ceres-solver/internal/ceres/
dynamic_numeric_diff_cost_function_test.cc 286 class MyThreeParameterCostFunctor {
331 typedef DynamicNumericDiffCostFunction<MyThreeParameterCostFunctor>
335 new MyThreeParameterCostFunctor());
dynamic_autodiff_cost_function_test.cc 285 class MyThreeParameterCostFunctor {
330 typedef DynamicAutoDiffCostFunction<MyThreeParameterCostFunctor, 3>
334 new MyThreeParameterCostFunctor());
519 // Same 7 residuals as MyThreeParameterCostFunctor.

Completed in 126 milliseconds