Searched defs:start_col_block (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dpartitioned_matrix_view_impl.h230 // start_col_block:end_col_block)'m(:, start_col_block:end_col_block)
236 CreateBlockDiagonalMatrixLayout(int start_col_block, int end_col_block) const { argument
246 for (int c = start_col_block; c < end_col_block; ++c) {
259 cell.block_id = c - start_col_block;

Completed in 79 milliseconds