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

  /external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix.h 115 int* mutable_cols() { return cols_.get(); } function in class:ceres::internal::CompressedRowSparseMatrix
triplet_sparse_matrix.h 102 int* mutable_cols() { return cols_.get(); } function in class:ceres::internal::TripletSparseMatrix

Completed in 55 milliseconds