Lines Matching refs:row_begin
135 const int row_begin =
141 const int row_size = rows[row_begin + 1] - rows[row_begin];
142 const int* cols_begin = cols + rows[row_begin];
171 ConstMatrixRef cov(covariance_matrix_->values() + rows[row_begin],
344 int row_begin = it->second;
361 rows[row_begin + r] = cursor;
527 const int row_begin = rows[r];
529 if (row_end == row_begin) {
547 for (int idx = row_begin; idx < row_end; ++idx) {
716 const int row_begin = rows[r];
718 if (row_end == row_begin) {
739 for (int idx = row_begin; idx < row_end; ++idx) {