Lines Matching full:rows
153 const int* rows = covariance_matrix_->rows();
155 const int row_size = rows[row_begin + 1] - rows[row_begin];
156 const int* cols_begin = cols + rows[row_begin];
185 ConstMatrixRef cov(covariance_matrix_->values() + rows[row_begin],
280 // Compute the number of rows. Map each parameter block to the
336 int* rows = covariance_matrix_->mutable_rows();
339 // Iterate over parameter blocks and in turn over the rows of the
343 // set of compressed rows corresponding to this parameter block.
349 // rows of the covariance matrix in order.
373 // Fill out all the compressed rows for this parameter block.
375 rows[row_begin + r] = cursor;
389 rows[num_rows] = cursor;
432 cholmod_jacobian_view.p = reinterpret_cast<void*>(&jacobian.rows[0]);
468 const int* rows = covariance_matrix_->rows();
490 int row_begin = rows[r];
491 int row_end = rows[r + 1];
536 int row_begin = rows[r];
537 int row_end = rows[r + 1];
622 for (int idx = jacobian.rows[r]; idx < jacobian.rows[r + 1]; ++idx) {
698 const int* rows = covariance_matrix_->rows();
716 const int row_begin = rows[r];
717 const int row_end = rows[r + 1];
770 for (int idx = jacobian.rows[r]; idx < jacobian.rows[r + 1]; ++idx) {
783 const int num_singular_values = singular_values.rows();
830 const int* rows = covariance_matrix_->rows();
835 for (int idx = rows[r]; idx < rows[r + 1]; ++idx) {