HomeSort by relevance Sort by last modified time
    Searched refs:max_num_corrections_ (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
low_rank_inverse_hessian.h 96 const int max_num_corrections_; member in class:ceres::internal::LowRankInverseHessian
low_rank_inverse_hessian.cc 80 max_num_corrections_(max_num_corrections),
102 // Once the size of the list reaches max_num_corrections_, simulate
105 if (next == max_num_corrections_) {

Completed in 126 milliseconds