Home | History | Annotate | Download | only in ceres

Lines Matching full:cost

56 // Trivial cost function that accepts a single argument.
75 // Trivial cost function that accepts two arguments.
96 // Trivial cost function that accepts three arguments.
177 // The cost function expects the size of the second parameter, z, to be 4
327 // Add a cost function multiple times and check to make sure that
328 // the destructor on the cost function is only called once.
334 CostFunction* cost = new DestructorCountingCostFunction(&num_destructions);
335 problem.AddResidualBlock(cost, NULL, y, z);
336 problem.AddResidualBlock(cost, NULL, y, z);
337 problem.AddResidualBlock(cost, NULL, y, z);
634 // Add all combinations of cost functions.
691 // Add all combinations of cost functions.
812 // Add all combinations of cost functions.
895 // Add all combinations of cost functions.
1094 double cost;
1101 &cost,
1130 cost,
1142 expected.cost,
1160 // Cost
1190 // Cost
1223 // Cost
1261 // Cost
1302 // Cost
1335 // Cost
1366 // Cost
1402 // Cost
1437 // Cost