Home
last modified time | relevance | path

Searched refs:UnaryIdentityCostFunction (Results 1 – 2 of 2) sorted by relevance

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