Home | Sort by relevance Sort by last modified time |
/external/ceres-solver/internal/ceres/ | |
compressed_row_sparse_matrix.h | 110 int* mutable_rows() { return &rows_[0]; } function in class:ceres::internal::CompressedRowSparseMatrix |
triplet_sparse_matrix.h | 93 int* mutable_rows() { return rows_.get(); } function in class:ceres::internal::TripletSparseMatrix |