Home | History | Annotate | Download | only in ceres

Lines Matching defs:cell

63     const vector<Cell>& cells = bs->rows[r].cells;
97 // by the first cell in each row block.
100 const Cell& cell = bs->rows[r].cells[0];
103 const int col_block_id = cell.block_id;
109 ConstMatrixRef m(row_values + cell.position,
128 const vector<Cell>& cells = bs->rows[r].cells;
149 // by the first cell in each row block.
151 const Cell& cell = bs->rows[r].cells[0];
155 const int col_block_id = cell.block_id;
161 ConstMatrixRef m(row_values + cell.position,
180 const vector<Cell>& cells = bs->rows[r].cells;
223 row.cells.push_back(Cell());
224 Cell& cell = row.cells.back();
225 cell.block_id = c - start_col_block;
226 cell.position = diagonal_cell_position;
266 const Cell& cell = bs->rows[r].cells[0];
268 const int block_id = cell.block_id;
270 ConstMatrixRef m(row_values + cell.position,
296 const vector<Cell>& cells = bs->rows[r].cells;