Home
last modified time | relevance | path

Searched refs:IntPairToLong (Results 1 – 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/
Dblock_random_access_sparse_matrix.cc91 layout_[IntPairToLong(it->first, it->second)] = in BlockRandomAccessSparseMatrix()
105 layout_[IntPairToLong(row_block_id, col_block_id)]->values - values; in BlockRandomAccessSparseMatrix()
135 layout_.find(IntPairToLong(row_block_id, col_block_id)); in GetCell()
Dblock_random_access_sparse_matrix.h87 int64 IntPairToLong(int a, int b) { in IntPairToLong() function
Dblock_random_access_sparse_matrix_test.cc135 int64 value = m_->IntPairToLong(a, b); in CheckIntPair()