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

  /external/ceres-solver/internal/ceres/
runtime_numeric_diff_cost_function.h 47 // CreateRuntimeNumericDiffCostFunction(new MyCostFunction(...),
79 CostFunction *CreateRuntimeNumericDiffCostFunction(
runtime_numeric_diff_cost_function_test.cc 84 CreateRuntimeNumericDiffCostFunction(&term, CENTRAL, kRelativeEps));
87 CreateRuntimeNumericDiffCostFunction(&term, FORWARD, kRelativeEps));
157 CreateRuntimeNumericDiffCostFunction(&term, CENTRAL, kRelativeEps));
160 CreateRuntimeNumericDiffCostFunction(&term, FORWARD, kRelativeEps));
runtime_numeric_diff_cost_function.cc 207 CostFunction* CreateRuntimeNumericDiffCostFunction(
gradient_checking_cost_function.cc 88 CreateRuntimeNumericDiffCostFunction(function,

Completed in 194 milliseconds