OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxRowBlocks
(Results
1 - 4
of
4
) sorted by null
/external/ceres-solver/internal/ceres/
block_random_access_crs_matrix.h
86
return a *
kMaxRowBlocks
+ b;
89
const int64
kMaxRowBlocks
;
block_random_access_sparse_matrix.h
88
return a *
kMaxRowBlocks
+ b;
91
const int64
kMaxRowBlocks
;
block_random_access_crs_matrix.cc
51
:
kMaxRowBlocks
(10 * 1000 * 1000),
53
CHECK_LT(blocks.size(),
kMaxRowBlocks
);
block_random_access_sparse_matrix.cc
50
:
kMaxRowBlocks
(10 * 1000 * 1000),
52
CHECK_LT(blocks.size(),
kMaxRowBlocks
);
Completed in 154 milliseconds