Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dproblem_test.cc639 CostFunction* cost_y = new UnaryCostFunction (1, 4); in TEST_P() local
647 ResidualBlock* r_y = problem->AddResidualBlock(cost_y, NULL, y); in TEST_P()
696 CostFunction* cost_y = new UnaryCostFunction (1, 4); in TEST_P() local
704 ResidualBlock* r_y = problem->AddResidualBlock(cost_y, NULL, y); in TEST_P()
817 CostFunction* cost_y = new UnaryCostFunction (1, 4); in TEST_P() local
825 ResidualBlock* r_y = problem->AddResidualBlock(cost_y, NULL, y); in TEST_P()
900 CostFunction* cost_y = new UnaryCostFunction (1, 4); in TEST_P() local
924 ResidualBlock* r_y = problem->AddResidualBlock(cost_y, NULL, y); in TEST_P()