Searched refs:GetParameterBlocks (Results 1 – 7 of 7) sorted by relevance
238 void Problem::GetParameterBlocks(vector<double*>* parameter_blocks) const { in GetParameterBlocks() function in ceres::Problem239 problem_impl_->GetParameterBlocks(parameter_blocks); in GetParameterBlocks()
153 void GetParameterBlocks(vector<double*>* parameter_blocks) const;
553 problem.GetParameterBlocks(¶meter_blocks); in TEST()562 problem.GetParameterBlocks(¶meter_blocks); in TEST()
248 problem->GetParameterBlocks(&all_parameter_blocks); in ComputeCovarianceSparsity()
799 void ProblemImpl::GetParameterBlocks(vector<double*>* parameter_blocks) const { in GetParameterBlocks() function in ceres::internal::ProblemImpl
359 void GetParameterBlocks(vector<double*>* parameter_blocks) const;
1468 .. function:: void Problem::GetParameterBlocks(vector<double*>* parameter_blocks) const