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

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

Completed in 304 milliseconds