Searched defs:UnaryIdentityCostFunction (Results 1 - 2 of 2) sorted by path

/external/ceres-solver/internal/ceres/
H A Dprogram_test.cc46 class UnaryIdentityCostFunction : public SizedCostFunction<1, 1> { class in namespace:ceres::internal
220 problem.AddResidualBlock(new UnaryIdentityCostFunction(), NULL, &x);
H A Dsolver_test.cc149 class UnaryIdentityCostFunction : public SizedCostFunction<1, 1> { class in namespace:ceres::internal
217 problem.AddResidualBlock(new UnaryIdentityCostFunction, NULL, &x);
231 problem.AddResidualBlock(new UnaryIdentityCostFunction, NULL, &x);

Completed in 696 milliseconds