OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cell_infos_
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/internal/ceres/
block_random_access_dense_matrix.cc
53
cell_infos_
.reset(new CellInfo[num_blocks * num_blocks]);
55
cell_infos_
[i].values = values_.get();
76
return &
cell_infos_
[row_block_id * block_layout_.size() + col_block_id];
block_random_access_dense_matrix.h
90
scoped_array<CellInfo>
cell_infos_
;
member in class:ceres::internal::BlockRandomAccessDenseMatrix
Completed in 128 milliseconds