Searched defs:GetParameterBlocks (Results 1 - 2 of 2) sorted by path

/external/ceres-solver/internal/ceres/
H A Dproblem.cc238 void Problem::GetParameterBlocks(vector<double*>* parameter_blocks) const { function in class:ceres::Problem
239 problem_impl_->GetParameterBlocks(parameter_blocks);
H A Dproblem_impl.cc799 void ProblemImpl::GetParameterBlocks(vector<double*>* parameter_blocks) const { function in class:ceres::internal::ProblemImpl

Completed in 222 milliseconds