Home
last modified time | relevance | path

Searched defs:CellInfo (Results 1 – 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
Dblock_random_access_matrix.h86 struct CellInfo { struct
87 CellInfo() in CellInfo() function
91 explicit CellInfo(double* ptr) in CellInfo() function
104 // a CellInfo with a pointer to the dense matrix containing it, argument
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java81 public static class CellInfo { class in Spreadsheet
90 public CellInfo(Header row, Header column, String contents) { in CellInfo() method in Spreadsheet.CellInfo