Searched refs:CellInfo (Results 1 - 11 of 11) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dblock_random_access_matrix.h55 // CellInfo object containing a pointer to an array which contains the
74 // CellInfo* cell = A->GetCell(row_block_id, col_block_id,
86 struct CellInfo { struct in namespace:ceres::internal
87 CellInfo() function in struct:ceres::internal::CellInfo
91 explicit CellInfo(double* ptr) function in struct:ceres::internal::CellInfo
104 // a CellInfo with a pointer to the dense matrix containing it,
112 virtual CellInfo* GetCell(int row_block_id,
H A Dblock_random_access_dense_matrix.h66 virtual CellInfo* GetCell(int row_block_id,
87 CellInfo cell_info_;
H A Dblock_random_access_sparse_matrix.h67 virtual CellInfo* GetCell(int row_block_id,
98 typedef HashMap<long int, CellInfo* > LayoutType;
H A Dblock_random_access_dense_matrix.cc61 CellInfo* BlockRandomAccessDenseMatrix::GetCell(const int row_block_id,
H A Dblock_random_access_dense_matrix_test.cc57 CellInfo* cell =
87 CellInfo* cell = m.GetCell(
H A Dblock_random_access_sparse_matrix.cc92 new CellInfo(values + pos);
128 CellInfo* BlockRandomAccessSparseMatrix::GetCell(int row_block_id,
H A Dblock_random_access_sparse_matrix_test.cc75 CellInfo* cell = m.GetCell(row_block_id, col_block_id,
H A Dschur_eliminator_impl.h183 CellInfo* cell_info = lhs->GetCell(block_id, block_id,
515 CellInfo* cell_info = lhs->GetCell(block1, block2,
622 CellInfo* cell_info = lhs->GetCell(block1, block1,
638 CellInfo* cell_info = lhs->GetCell(block1, block2,
678 CellInfo* cell_info = lhs->GetCell(block1, block1,
700 CellInfo* cell_info = lhs->GetCell(block1, block2,
H A Dvisibility_based_preconditioner.cc415 CellInfo* cell_info = m_->GetCell(block1, block2,
/external/sqlite/dist/orig/
H A Dsqlite3.c48892 typedef struct CellInfo CellInfo; typedef in typeref:struct:CellInfo
48893 struct CellInfo { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c48920 typedef struct CellInfo CellInfo; typedef in typeref:struct:CellInfo
48921 struct CellInfo { struct
[all...]

Completed in 501 milliseconds