Searched refs:CreateRuntimeNumericDiffCostFunction (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Druntime_numeric_diff_cost_function.h47 // CreateRuntimeNumericDiffCostFunction(new MyCostFunction(...),
79 CostFunction *CreateRuntimeNumericDiffCostFunction(
H A Druntime_numeric_diff_cost_function_test.cc84 CreateRuntimeNumericDiffCostFunction(&term, CENTRAL, kRelativeEps));
87 CreateRuntimeNumericDiffCostFunction(&term, FORWARD, kRelativeEps));
157 CreateRuntimeNumericDiffCostFunction(&term, CENTRAL, kRelativeEps));
160 CreateRuntimeNumericDiffCostFunction(&term, FORWARD, kRelativeEps));
H A Druntime_numeric_diff_cost_function.cc207 CostFunction* CreateRuntimeNumericDiffCostFunction( function in namespace:ceres::internal
H A Dgradient_checking_cost_function.cc88 CreateRuntimeNumericDiffCostFunction(function,

Completed in 102 milliseconds