HomeSort by relevance Sort by last modified time
    Searched refs:GetCell (Results 1 - 9 of 9) sorted by null

  /external/ceres-solver/internal/ceres/
block_random_access_matrix.h 54 // the GetCell method. when a cell is present, GetCell will return a
62 // itself can be block sparse. When a cell is not present, the GetCell
74 // CellInfo* cell = A->GetCell(row_block_id, col_block_id,
112 virtual CellInfo* GetCell(int row_block_id,
block_random_access_dense_matrix.h 51 // GetCell never returns NULL for any (row_block_id, col_block_id)
66 virtual CellInfo* GetCell(int row_block_id,
block_random_access_dense_matrix_test.cc 39 TEST(BlockRandomAccessDenseMatrix, GetCell) {
58 m.GetCell(i, j, &row, &col, &row_stride, &col_stride);
87 CellInfo* cell = m.GetCell(
block_random_access_dense_matrix.cc 61 CellInfo* BlockRandomAccessDenseMatrix::GetCell(const int row_block_id,
block_random_access_sparse_matrix.h 67 virtual CellInfo* GetCell(int row_block_id,
block_random_access_sparse_matrix_test.cc 41 TEST(BlockRandomAccessSparseMatrix, GetCell) {
75 CellInfo* cell = m.GetCell(row_block_id, col_block_id,
block_random_access_sparse_matrix.cc 128 CellInfo* BlockRandomAccessSparseMatrix::GetCell(int row_block_id,
schur_eliminator_impl.h 183 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,
visibility_based_preconditioner.cc 415 CellInfo* cell_info = m_->GetCell(block1, block2,

Completed in 1376 milliseconds