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

  /external/ceres-solver/internal/ceres/
schur_eliminator.h 252 // and the buffer_layout maps the indices of the z-blocks to
261 // The entries of buffer_layout will be filled in the following order.
263 // buffer_layout[z1] = 0
264 // buffer_layout[z5] = y1 * z1
265 // buffer_layout[z2] = y1 * z1 + y1 * z5
271 BufferLayoutType buffer_layout; member in struct:ceres::internal::SchurEliminator::Chunk
294 const BufferLayoutType& buffer_layout,
schur_eliminator_impl.h 131 &(chunk.buffer_layout), cell.block_id, buffer_size)) {
274 ChunkOuterProduct(bs, inverse_ete, buffer, chunk.buffer_layout, lhs);
472 buffer + FindOrDie(chunk.buffer_layout, f_block_id);
492 const BufferLayoutType& buffer_layout,
499 BufferLayoutType::const_iterator it1 = buffer_layout.begin();
501 for (; it1 != buffer_layout.end(); ++it1) {
511 for (; it2 != buffer_layout.end(); ++it2) {

Completed in 42 milliseconds