Home
last modified time | relevance | path

Searched defs: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() function
58 bool operator()(const int x, const int y) const { in operator ()()
65 const int* rows;
66 const int* cols;