Searched refs:RowColLessThan (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.cc53 struct RowColLessThan { struct in namespace:ceres::internal::__anon1759
54 RowColLessThan(const int* rows, const int* cols) function in struct:ceres::internal::__anon1759::RowColLessThan
107 sort(index.begin(), index.end(), RowColLessThan(m.rows(), m.cols()));

Completed in 169 milliseconds