Searched defs:BlockRandomAccessSparseMatrix (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dblock_random_access_sparse_matrix.cc47 BlockRandomAccessSparseMatrix::BlockRandomAccessSparseMatrix( function in class:ceres::internal::BlockRandomAccessSparseMatrix
120 BlockRandomAccessSparseMatrix::~BlockRandomAccessSparseMatrix() {
128 CellInfo* BlockRandomAccessSparseMatrix::GetCell(int row_block_id,
150 void BlockRandomAccessSparseMatrix::SetZero() {
H A Dblock_random_access_sparse_matrix.h54 class BlockRandomAccessSparseMatrix : public BlockRandomAccessMatrix { class in namespace:ceres::internal
59 BlockRandomAccessSparseMatrix(const vector<int>& blocks,
64 virtual ~BlockRandomAccessSparseMatrix();
104 CERES_DISALLOW_COPY_AND_ASSIGN(BlockRandomAccessSparseMatrix);

Completed in 75 milliseconds