Searched refs:RowColLessThan (Results 1 – 1 of 1) sorted by relevance
53 struct RowColLessThan { struct54 RowColLessThan(const int* rows, const int* cols) in RowColLessThan() argument107 sort(index.begin(), index.end(), RowColLessThan(m.rows(), m.cols())); in CompressedRowSparseMatrix()