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

  /external/ceres-solver/internal/ceres/
block_random_access_sparse_matrix.h 88 return a * kMaxRowBlocks + b;
91 const int64 kMaxRowBlocks;
block_random_access_sparse_matrix.cc 50 : kMaxRowBlocks(10 * 1000 * 1000),
52 CHECK_LT(blocks.size(), kMaxRowBlocks);

Completed in 32 milliseconds