Searched defs:AddParameterBlock (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/include/ceres/
H A Ddynamic_autodiff_cost_function.h54 // cost_function.AddParameterBlock(5);
55 // cost_function.AddParameterBlock(10);
86 void AddParameterBlock(int size) { function in class:ceres::DynamicAutoDiffCostFunction
H A Ddynamic_numeric_diff_cost_function.h56 // cost_function.AddParameterBlock(5);
57 // cost_function.AddParameterBlock(10);
92 void AddParameterBlock(int size) { function in class:ceres::DynamicNumericDiffCostFunction
109 << "You must call DynamicNumericDiffCostFunction::AddParameterBlock() "
/external/ceres-solver/internal/ceres/
H A Dproblem.cc149 void Problem::AddParameterBlock(double* values, int size) { function in class:ceres::Problem
150 problem_impl_->AddParameterBlock(values, size);
153 void Problem::AddParameterBlock(double* values, function in class:ceres::Problem
156 problem_impl_->AddParameterBlock(values, size, local_parameterization);
H A Dproblem_impl.cc95 CHECK(values != NULL) << "Null pointer passed to AddParameterBlock "
457 void ProblemImpl::AddParameterBlock(double* values, int size) { function in class:ceres::internal::ProblemImpl
461 void ProblemImpl::AddParameterBlock( function in class:ceres::internal::ProblemImpl

Completed in 421 milliseconds