HomeSort by relevance Sort by last modified time
    Searched refs:UnaryIdentityCostFunction (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
solver_test.cc 149 class UnaryIdentityCostFunction : public SizedCostFunction<1, 1> {
217 problem.AddResidualBlock(new UnaryIdentityCostFunction, NULL, &x);
231 problem.AddResidualBlock(new UnaryIdentityCostFunction, NULL, &x);
program_test.cc 46 class UnaryIdentityCostFunction : public SizedCostFunction<1, 1> {
220 problem.AddResidualBlock(new UnaryIdentityCostFunction(), NULL, &x);

Completed in 102 milliseconds