HomeSort by relevance Sort by last modified time
    Searched full:jacobian_pos (Results 1 - 1 of 1) sorted by null

  /external/ceres-solver/internal/ceres/
block_jacobian_writer.cc 94 int* jacobian_pos = &(*jacobian_layout_storage)[0]; local
100 (*jacobian_layout)[i] = jacobian_pos;
110 *jacobian_pos = e_block_pos;
113 *jacobian_pos = f_block_pos;
116 jacobian_pos++;

Completed in 267 milliseconds