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

/external/ceres-solver/internal/ceres/
H A Dblock_sparse_matrix.cc36 #include "ceres/block_structure.h"
48 CompressedRowBlockStructure* block_structure)
53 block_structure_(block_structure) {
215 const CompressedRowBlockStructure* BlockSparseMatrix::block_structure() function in class:ceres::internal::BlockSparseMatrix
47 BlockSparseMatrix( CompressedRowBlockStructure* block_structure) argument
H A Dvisibility.cc44 #include "ceres/block_structure.h"
52 void ComputeVisibility(const CompressedRowBlockStructure& block_structure, argument
60 visibility->resize(block_structure.cols.size() - num_eliminate_blocks);
62 for (int i = 0; i < block_structure.rows.size(); ++i) {
63 const vector<Cell>& cells = block_structure.rows[i].cells;

Completed in 98 milliseconds