Home | History | Annotate | Download | only in ceres

Lines Matching full:rows

272     int* rows = expected_block_sparse_jacobian.mutable_rows();
275 rows[0] = 0;
278 rows[1] = 2;
280 rows[2] = 0;
283 rows[3] = 2;
285 rows[4] = 1;
288 rows[5] = 2;
290 rows[6] = 1;
293 rows[7] = 0;
295 rows[8] = 2;
298 rows[9] = 2;
300 rows[10] = 1;
303 rows[11] = 0;
305 rows[12] = 2;
308 rows[13] = 1;
369 int* rows = expected_block_sparse_jacobian.mutable_rows();
372 rows[i] = i;