Home | History | Annotate | Download | only in ceres

Lines Matching refs:row

165   // Construct the cells in each row.
172 CompressedRow* row = &bs->rows[i];
174 row->block.size = residual_block->NumResiduals();
175 row->block.position = row_block_position;
176 row_block_position += row->block.size;
178 // Size the row by the number of active parameters in this residual.
186 row->cells.resize(num_active_parameter_blocks);
188 // Add layout information for the active parameters in this row.
193 Cell& cell = row->cells[k];
203 sort(row->cells.begin(), row->cells.end(), CellLessThan);