Searched refs:SetLowerBound (Results 1 - 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dparameter_block_test.cc188 parameter_block.SetLowerBound(0, 1);
205 parameter_block.SetLowerBound(1, -1.0);
H A Dparameter_block.h198 void SetLowerBound(int index, double lower_bound) { function in class:ceres::internal::ParameterBlock
377 // and SetLowerBound lazily initialize the upper_bounds_ and
H A Dproblem_impl.cc589 ->SetLowerBound(index, lower_bound);

Completed in 85 milliseconds