OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cost_functions_to_delete_
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/internal/ceres/
problem_impl.cc
164
cost_functions_to_delete_
.push_back(
198
cost_functions_to_delete_
.reserve(num_residual_blocks);
212
STLDeleteUniqueContainerPointers(
cost_functions_to_delete_
.begin(),
213
cost_functions_to_delete_
.end());
problem_impl.h
183
vector<CostFunction*>
cost_functions_to_delete_
;
member in class:ceres::internal::ProblemImpl
Completed in 62 milliseconds