Home | History | Annotate | Download | only in ceres

Lines Matching refs:cost_function

52   internal::scoped_ptr<CostFunction> cost_function;
55 cost_function.reset(
59 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, CENTRAL);
61 cost_function.reset(
64 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, CENTRAL);
71 internal::scoped_ptr<CostFunction> cost_function;
74 cost_function.reset(
78 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
80 cost_function.reset(
83 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
90 internal::scoped_ptr<CostFunction> cost_function;
93 cost_function.reset(
97 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, CENTRAL);
99 cost_function.reset(
102 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, CENTRAL);
109 internal::scoped_ptr<CostFunction> cost_function;
112 cost_function.reset(
116 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
118 cost_function.reset(
121 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);