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

  /external/ceres-solver/internal/ceres/
problem_impl.h 210 vector<CostFunction*> cost_functions_to_delete_; member in class:ceres::internal::ProblemImpl
problem_impl.cc 184 cost_functions_to_delete_.push_back(
218 cost_functions_to_delete_.reserve(num_residual_blocks);
232 STLDeleteUniqueContainerPointers(cost_functions_to_delete_.begin(),
233 cost_functions_to_delete_.end());
    [all...]

Completed in 609 milliseconds