Home | History | Annotate | Download | only in ceres

Lines Matching refs:row

56   // Compute the number of row blocks in E. The number of row blocks
57 // in E maybe less than the number of row blocks in the input matrix
58 // as some of the row blocks at the bottom may not have any
96 // Iterate over the first num_row_blocks_e_ row blocks, and multiply
97 // by the first cell in each row block.
119 // Iterate over row blocks, and if the row block is in E, then
121 // E. If the row block is not in E (i.e its in the bottom
122 // num_row_blocks - num_row_blocks_e row blocks), then all the cells
148 // Iterate over the first num_row_blocks_e_ row blocks, and multiply
149 // by the first cell in each row block.
171 // Iterate over row blocks, and if the row block is in E, then
173 // E. If the row block is not in E (i.e its in the bottom
174 // num_row_blocks - num_row_blocks_e row blocks), then all the cells
220 CompressedRow& row = block_diagonal_structure->rows.back();
221 row.block = diagonal_block;
223 row.cells.push_back(Cell());
224 Cell& cell = row.cells.back();