Searched defs:CERES_TEST_FILL_BLOCK (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dcompressed_col_sparse_matrix_utils_test.cc139 #define CERES_TEST_FILL_BLOCK(row_block_id, col_block_id) \ macro
144 CERES_TEST_FILL_BLOCK(0, 0);
145 CERES_TEST_FILL_BLOCK(2, 0);
146 CERES_TEST_FILL_BLOCK(1, 1);
147 CERES_TEST_FILL_BLOCK(2, 1);
148 CERES_TEST_FILL_BLOCK(0, 2);
149 CERES_TEST_FILL_BLOCK(1, 3);
150 #undef CERES_TEST_FILL_BLOCK macro

Completed in 88 milliseconds