Searched refs:CellLessThan (Results 1 – 3 of 3) sorted by relevance
36 bool CellLessThan(const Cell& lhs, const Cell& rhs) { in CellLessThan() function
70 bool CellLessThan(const Cell& lhs, const Cell& rhs);
203 sort(row->cells.begin(), row->cells.end(), CellLessThan); in CreateJacobian()