Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dblock_structure.cc36 bool CellLessThan(const Cell& lhs, const Cell& rhs) { in CellLessThan() function
Dblock_structure.h70 bool CellLessThan(const Cell& lhs, const Cell& rhs);
Dblock_jacobian_writer.cc203 sort(row->cells.begin(), row->cells.end(), CellLessThan); in CreateJacobian()