Searched refs:SetParameterBlockVariable (Results 1 - 5 of 5) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dproblem.cc171 void Problem::SetParameterBlockVariable(double* values) { function in class:ceres::Problem
172 problem_impl_->SetParameterBlockVariable(values);
H A Dproblem_impl.h129 void SetParameterBlockVariable(double* values);
H A Dproblem_impl.cc568 void ProblemImpl::SetParameterBlockVariable(double* values) { function in class:ceres::internal::ProblemImpl
H A Dproblem_test.cc495 EXPECT_DEATH_IF_SUPPORTED(problem.SetParameterBlockVariable(y),
/external/ceres-solver/include/ceres/
H A Dproblem.h309 void SetParameterBlockVariable(double* values);

Completed in 68 milliseconds