Home | History | Annotate | Download | only in ceres

Lines Matching defs:num_blocks

123     const int num_blocks = block_sizes.size();
125 CHECK_LE(num_blocks, 5) << "Unable to test functions that take more "
129 CHECK_GE(num_blocks, 1);
131 CHECK_LT(num_blocks, 1);
135 CHECK_GE(num_blocks, 2);
137 CHECK_LT(num_blocks, 2);
141 CHECK_GE(num_blocks, 3);
143 CHECK_LT(num_blocks, 3);
147 CHECK_GE(num_blocks, 4);
149 CHECK_LT(num_blocks, 4);
153 CHECK_GE(num_blocks, 5);
155 CHECK_LT(num_blocks, 5);
159 results->term_jacobians.resize(num_blocks);
161 results->finite_difference_jacobians.resize(num_blocks);
163 internal::FixedArray<double*> term_jacobian_pointers(num_blocks);
165 finite_difference_jacobian_pointers(num_blocks);
166 for (int i = 0; i < num_blocks; i++) {
184 for (int i = 0; i < num_blocks; i++) {
193 for (int i = 0; i < num_blocks; i++) {
199 for (int i = 0; i < num_blocks; i++) {
205 for (int i = 0; i < num_blocks; i++) {