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

  /external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix.h 124 vector<int>* mutable_col_blocks() { return &col_blocks_; } function in class:ceres::internal::CompressedRowSparseMatrix
compressed_row_jacobian_writer.cc 139 vector<int>& col_blocks = *(jacobian->mutable_col_blocks());

Completed in 799 milliseconds