Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dblock_random_access_sparse_matrix.h88 return a * kMaxRowBlocks + b; in IntPairToLong()
91 const int64 kMaxRowBlocks; variable
Dblock_random_access_sparse_matrix.cc50 : kMaxRowBlocks(10 * 1000 * 1000), in BlockRandomAccessSparseMatrix()
52 CHECK_LT(blocks.size(), kMaxRowBlocks); in BlockRandomAccessSparseMatrix()