HomeSort by relevance Sort by last modified time
    Searched refs:row_block_pos (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/internal/ceres/
block_sparse_matrix.cc 93 int row_block_pos = block_structure_->rows[i].block.position; local
103 y + row_block_pos);
113 int row_block_pos = block_structure_->rows[i].block.position; local
122 x + row_block_pos,
170 int row_block_pos = block_structure_->rows[i].block.position; local
178 m.block(row_block_pos, col_block_pos, row_block_size, col_block_size)
193 int row_block_pos = block_structure_->rows[i].block.position; local
203 matrix->mutable_rows()[jac_pos] = row_block_pos + r;
223 const int row_block_pos = block_structure_->rows[i].block.position; local
234 row_block_pos + r
    [all...]
partitioned_matrix_view_impl.h 107 const int row_block_pos = bs->rows[r].block.position; local
115 y + row_block_pos);
132 const int row_block_pos = bs->rows[r].block.position; local
142 y + row_block_pos);
147 const int row_block_pos = bs->rows[r].block.position; local
157 y + row_block_pos);
173 const int row_block_pos = bs->rows[r].block.position; local
180 x + row_block_pos,
198 const int row_block_pos = bs->rows[r].block.position; local
207 x + row_block_pos,
213 const int row_block_pos = bs->rows[r].block.position; local
    [all...]
implicit_schur_complement.cc 148 const int row_block_pos = block_diagonal_structure->rows[r].block.position; local
155 ConstVectorRef d(D + row_block_pos, row_block_size);

Completed in 118 milliseconds