Searched refs:UnaryIdentityCostFunction (Results 1 – 2 of 2) sorted by relevance
149 class UnaryIdentityCostFunction : public SizedCostFunction<1, 1> { class217 problem.AddResidualBlock(new UnaryIdentityCostFunction, NULL, &x); in TEST()231 problem.AddResidualBlock(new UnaryIdentityCostFunction, NULL, &x); in TEST()
46 class UnaryIdentityCostFunction : public SizedCostFunction<1, 1> { class220 problem.AddResidualBlock(new UnaryIdentityCostFunction(), NULL, &x); in TEST()