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

/external/ceres-solver/include/ceres/
H A Dproblem.h128 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/
H A Dproblem_impl.cc145 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) {
H A Dproblem_impl.h169 CHECK(options_.enable_fast_removal)
198 // Iff enable_fast_removal is enabled, contains the current residual blocks.
H A Dproblem_test.cc381 options.enable_fast_removal = GetParam();

Completed in 2193 milliseconds