Home | History | Annotate | Download | only in ceres

Lines Matching refs:idx1

496     for (int idx1 = m.rows()[r]; idx1 < m.rows()[r + 1]; ++idx1) {
497 for (int idx2 = m.rows()[r]; idx2 <= idx1; ++idx2) {
498 product.push_back(ProductTerm(m.cols()[idx1], m.cols()[idx2], product.size()));
529 for (int idx1 = row_begin; idx1 < row_end; ++idx1) {
530 const double v1 = m_values[idx1];
531 for (int idx2 = row_begin; idx2 <= idx1; ++idx2, ++cursor) {