HomeSort by relevance Sort by last modified time
    Searched full:lower_bounds_ (Results 1 - 1 of 1) sorted by null

  /external/ceres-solver/internal/ceres/
parameter_block.h 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 fo
388 scoped_array<double> lower_bounds_; member in class:ceres::internal::ParameterBlock
    [all...]

Completed in 52 milliseconds