Home
last modified time | relevance | path

Searched refs:cell_infos_ (Results 1 – 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
Dblock_random_access_dense_matrix.cc53 cell_infos_.reset(new CellInfo[num_blocks * num_blocks]); in BlockRandomAccessDenseMatrix()
55 cell_infos_[i].values = values_.get(); in BlockRandomAccessDenseMatrix()
76 return &cell_infos_[row_block_id * block_layout_.size() + col_block_id]; in GetCell()
Dblock_random_access_dense_matrix.h90 scoped_array<CellInfo> cell_infos_; variable