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

  /external/ceres-solver/internal/ceres/
ordered_groups_test.cc 54 ordering.AddElementToGroup(x, 1);
55 ordering.AddElementToGroup(x + 1, 1);
56 ordering.AddElementToGroup(x + 2, 1);
57 ordering.AddElementToGroup(x, 1);
81 ordering.AddElementToGroup(x, 1);
82 ordering.AddElementToGroup(x + 1, 1);
83 ordering.AddElementToGroup(x + 2, 1);
84 ordering.AddElementToGroup(x, 1);
94 ordering.AddElementToGroup(x, 5);
109 ordering.AddElementToGroup(x, 1)
    [all...]
solver_impl_test.cc 92 ordering.AddElementToGroup(&x, 0);
93 ordering.AddElementToGroup(&y, 0);
94 ordering.AddElementToGroup(&z, 0);
116 ordering.AddElementToGroup(&x, 0);
140 ordering.AddElementToGroup(&x, 0);
141 ordering.AddElementToGroup(&y, 0);
142 ordering.AddElementToGroup(&z, 0);
167 ordering.AddElementToGroup(&x, 0);
168 ordering.AddElementToGroup(&y, 0);
169 ordering.AddElementToGroup(&z, 0)
    [all...]
parameter_block_ordering.cc 104 ordering->AddElementToGroup(parameter_block->mutable_user_state(), round);
system_test.cc 402 options_.linear_solver_ordering->AddElementToGroup(points + 3 * i, 0);
406 options_.linear_solver_ordering->AddElementToGroup(cameras + 9 * i, 1);
solver_impl.cc 452 options.linear_solver_ordering->AddElementToGroup(it->first, 0);
783 options.linear_solver_ordering->AddElementToGroup(it->first, 0);
    [all...]
  /external/ceres-solver/examples/
bundle_adjuster.cc 151 options->inner_iteration_ordering->AddElementToGroup(cameras + camera_block_size * i, 0);
157 options->inner_iteration_ordering->AddElementToGroup(points + point_block_size * i, 0);
163 options->inner_iteration_ordering->AddElementToGroup(cameras + camera_block_size * i, 0);
166 options->inner_iteration_ordering->AddElementToGroup(points + point_block_size * i, 1);
172 options->inner_iteration_ordering->AddElementToGroup(cameras + camera_block_size * i, 1);
175 options->inner_iteration_ordering->AddElementToGroup(points + point_block_size * i, 0);
205 ordering->AddElementToGroup(points + point_block_size * i, 0);
211 ordering->AddElementToGroup(cameras + camera_block_size * i, 1);
215 ordering->AddElementToGroup(cameras + camera_block_size * i + 4, 1);
  /external/ceres-solver/include/ceres/
ordered_groups.h 59 bool AddElementToGroup(const T element, const int group) {

Completed in 293 milliseconds