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

  /external/ceres-solver/internal/ceres/
dense_qr_solver.cc 65 const int augmented_num_rows = num_rows + ((per_solve_options.D != NULL) ? num_cols : 0); local
66 if (rhs_.rows() != augmented_num_rows) {
67 rhs_.resize(augmented_num_rows);

Completed in 6178 milliseconds