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

  /external/ceres-solver/internal/ceres/
visibility.h 60 void ComputeVisibility(const CompressedRowBlockStructure& block_structure,
block_sparse_matrix.h 37 #include "ceres/block_structure.h"
54 // internal/ceres/block_structure.h
64 explicit BlockSparseMatrix(CompressedRowBlockStructure* block_structure);
85 const CompressedRowBlockStructure* block_structure() const;
iterative_schur_complement_solver.cc 39 #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(),
visibility.cc 44 #include "ceres/block_structure.h"
52 void ComputeVisibility(const CompressedRowBlockStructure& block_structure,
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;
partitioned_matrix_view_impl.h 37 #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...]
block_jacobi_preconditioner.cc 35 #include "ceres/block_structure.h"
46 block_structure_(*A.block_structure()) {
71 const CompressedRowBlockStructure* bs = A.block_structure();
schur_eliminator_test.cc 69 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());
block_sparse_matrix.cc 36 #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
partitioned_matrix_view_test.cc 34 #include "ceres/block_structure.h"
148 const CompressedRowBlockStructure* bs = block_diagonal_ee->block_structure();
162 const CompressedRowBlockStructure* bs = block_diagonal_ff->block_structure();
schur_eliminator_impl.h 59 #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();
schur_complement_solver.cc 42 #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());
implicit_schur_complement.cc 35 #include "ceres/block_structure.h"
146 block_diagonal->block_structure();
implicit_schur_complement_test.cc 75 const CompressedRowBlockStructure* bs = A_->block_structure();
schur_complement_solver_test.cc 33 #include "ceres/block_structure.h"
97 A->block_structure()->cols.size() - num_eliminate_blocks);
  /external/ceres-solver/
Android.mk 128 $(CERES_SRC_PATH)/block_structure.cc \
  /external/ceres-solver/jni/
Android.mk 119 $(CERES_SRC_PATH)/block_structure.cc \

Completed in 557 milliseconds