Searched refs:cost_w (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dproblem_test.cc608 CostFunction* cost_w = new UnaryCostFunction (1, 3); local
616 ResidualBlock* r_w = problem->AddResidualBlock(cost_w, NULL, w);
665 CostFunction* cost_w = new UnaryCostFunction (1, 3); local
673 ResidualBlock* r_w = problem->AddResidualBlock(cost_w, NULL, w);

Completed in 28 milliseconds