Searched refs:NewCostFunction (Results 1 – 3 of 3) sorted by relevance
116 ceres::CostFunction* NewCostFunction(int alpha_index) const;
142 ceres::CostFunction* FieldsOfExperts::NewCostFunction(int alpha_index) const { in NewCostFunction() function in ceres::examples::FieldsOfExperts
111 cost_function[alpha_index] = foe.NewCostFunction(alpha_index); in CreateProblem()