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

  /external/ceres-solver/include/ceres/
problem.h 128 enable_fast_removal(false),
156 bool enable_fast_removal; member in struct:ceres::Problem::Options
284 // If Problem::Options::enable_fast_removal is true, then the
373 // If Problem::Options::enable_fast_removal is true, then
  /external/ceres-solver/internal/ceres/
problem_impl.cc 145 if (options_.enable_fast_removal) {
159 if (options_.enable_fast_removal) {
301 if (options_.enable_fast_removal) {
309 if (options_.enable_fast_removal) {
516 if (options_.enable_fast_removal) {
535 if (options_.enable_fast_removal) {
833 if (options_.enable_fast_removal) {
    [all...]
problem_impl.h 169 CHECK(options_.enable_fast_removal)
198 // Iff enable_fast_removal is enabled, contains the current residual blocks.
problem_test.cc 381 options.enable_fast_removal = GetParam();
    [all...]

Completed in 146 milliseconds