Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dcompressed_row_sparse_matrix.cc53 struct RowColLessThan { struct
54 RowColLessThan(const int* rows, const int* cols) in RowColLessThan() argument
107 sort(index.begin(), index.end(), RowColLessThan(m.rows(), m.cols())); in CompressedRowSparseMatrix()