Searched refs:SetParameterUpperBound (Results 1 - 6 of 6) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dproblem.cc192 void Problem::SetParameterUpperBound(double* values, function in class:ceres::Problem
195 problem_impl_->SetParameterUpperBound(values, index, upper_bound);
H A Dproblem_impl.h135 void SetParameterUpperBound(double* values, int index, double upper_bound);
H A Dprogram_test.cc412 problem.SetParameterUpperBound(x, 0, 1.0);
423 problem.SetParameterUpperBound(x, 0, 2.0);
H A Dproblem_impl.cc592 void ProblemImpl::SetParameterUpperBound(double* values, function in class:ceres::internal::ProblemImpl
/external/ceres-solver/include/ceres/
H A Dproblem.h327 void SetParameterUpperBound(double* values, int index, double upper_bound);
/external/ceres-solver/examples/
H A Dmore_garbow_hillstrom.cc280 problem.SetParameterUpperBound(x, i, TestProblem::upper_bounds[i]);

Completed in 71 milliseconds