Home | History | Annotate | Download | only in ceres

Lines Matching full:lower_bounds_

201     if (lower_bounds_.get() == NULL) {
202 lower_bounds_.reset(new double[size_]);
203 std::fill(lower_bounds_.get(),
204 lower_bounds_.get() + size_,
208 lower_bounds_[index] = lower_bound;
225 if (lower_bounds_.get() != NULL) {
227 x_plus_delta[i] = std::max(x_plus_delta[i], lower_bounds_[i]);
283 if (lower_bounds_.get() == NULL) {
286 return lower_bounds_[index];
378 // lower_bounds_ arrays. If they are never called, then memory for
388 scoped_array<double> lower_bounds_;