Searched refs:block_structure (Results 1 - 16 of 16) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dvisibility.h60 void ComputeVisibility(const CompressedRowBlockStructure& block_structure,
H A Dblock_sparse_matrix.h37 #include "ceres/block_structure.h"
54 // internal/ceres/block_structure.h
64 explicit BlockSparseMatrix(CompressedRowBlockStructure* block_structure);
85 const CompressedRowBlockStructure* block_structure() const;
H A Diterative_schur_complement_solver.cc39 #include "ceres/block_structure.h"
72 CHECK_NOTNULL(A->block_structure());
76 DetectStructure(*(A->block_structure()),
86 A->block_structure()->cols.size() - num_eliminate_blocks;
134 new SchurJacobiPreconditioner(*A->block_structure(),
142 new VisibilityBasedPreconditioner(*A->block_structure(),
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;
H A Dpartitioned_matrix_view_impl.h37 #include "ceres/block_structure.h"
52 const CompressedRowBlockStructure* bs = matrix_.block_structure();
100 const CompressedRowBlockStructure* bs = matrix_.block_structure();
123 const CompressedRowBlockStructure* bs = matrix_.block_structure();
166 const CompressedRowBlockStructure* bs = matrix_.block_structure();
189 const CompressedRowBlockStructure* bs = matrix_.block_structure();
237 const CompressedRowBlockStructure* bs = matrix_.block_structure();
302 const CompressedRowBlockStructure* bs = matrix_.block_structure();
304 block_diagonal->block_structure();
334 const CompressedRowBlockStructure* bs = matrix_.block_structure();
[all...]
H A Dblock_jacobi_preconditioner.cc35 #include "ceres/block_structure.h"
46 block_structure_(*A.block_structure()) {
71 const CompressedRowBlockStructure* bs = A.block_structure();
H A Dschur_eliminator_test.cc69 const CompressedRowBlockStructure* bs = A->block_structure();
109 const CompressedRowBlockStructure* bs = A->block_structure();
130 const CompressedRowBlockStructure* bs = A->block_structure();
156 eliminator->Init(num_eliminate_blocks, A->block_structure());
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 Dpartitioned_matrix_view_test.cc34 #include "ceres/block_structure.h"
148 const CompressedRowBlockStructure* bs = block_diagonal_ee->block_structure();
162 const CompressedRowBlockStructure* bs = block_diagonal_ff->block_structure();
H A Dschur_eliminator_impl.h59 #include "ceres/block_structure.h"
183 const CompressedRowBlockStructure* bs = A->block_structure();
309 const CompressedRowBlockStructure* bs = A->block_structure();
380 const CompressedRowBlockStructure* bs = A->block_structure();
443 const CompressedRowBlockStructure* bs = A->block_structure();
561 const CompressedRowBlockStructure* bs = A->block_structure();
599 const CompressedRowBlockStructure* bs = A->block_structure();
652 const CompressedRowBlockStructure* bs = A->block_structure();
H A Dschur_complement_solver.cc42 #include "ceres/block_structure.h"
68 InitStorage(A->block_structure());
69 DetectStructure(*A->block_structure(),
75 eliminator_->Init(options_.elimination_groups[0], A->block_structure());
H A Dimplicit_schur_complement.cc35 #include "ceres/block_structure.h"
146 block_diagonal->block_structure();
H A Dimplicit_schur_complement_test.cc75 const CompressedRowBlockStructure* bs = A_->block_structure();
H A Dschur_complement_solver_test.cc33 #include "ceres/block_structure.h"
97 A->block_structure()->cols.size() - num_eliminate_blocks);
/external/ceres-solver/
H A DAndroid.mk128 $(CERES_SRC_PATH)/block_structure.cc \
/external/ceres-solver/jni/
H A DAndroid.mk119 $(CERES_SRC_PATH)/block_structure.cc \

Completed in 560 milliseconds