HomeSort by relevance Sort by last modified time
    Searched full:block_structure (Results 1 - 25 of 27) sorted by null

1 2

  /external/ceres-solver/internal/ceres/
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...]
visibility_based_preconditioner_test.cc 82 // CHECK_NOTNULL(A_->block_structure());
91 // A_->block_structure()->cols.size() - num_eliminate_blocks_);
120 // preconditioner_->InitStorage(*A_->block_structure());
250 // new VisibilityBasedPreconditioner(*A_->block_structure(), options_));
297 // new VisibilityBasedPreconditioner(*A_->block_structure(), options_));
323 // new VisibilityBasedPreconditioner(*A_->block_structure(), options_));
block_structure.cc 31 #include "ceres/block_structure.h"
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_jacobi_preconditioner.cc 35 #include "ceres/block_structure.h"
46 block_structure_(*A.block_structure()) {
71 const CompressedRowBlockStructure* bs = A.block_structure();
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();
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
detect_structure.h 34 #include "ceres/block_structure.h"
schur_complement_solver_test.cc 33 #include "ceres/block_structure.h"
97 A->block_structure()->cols.size() - num_eliminate_blocks);
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());
schur_jacobi_preconditioner.h 72 // *A.block_structure(), options);
visibility.h 60 void ComputeVisibility(const CompressedRowBlockStructure& 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();
partitioned_matrix_view.h 43 #include "ceres/block_structure.h"
CMakeLists.txt 42 block_structure.cc
schur_complement_solver.h 42 #include "ceres/block_structure.h"
visibility_based_preconditioner.h 122 // *A.block_structure(), options);
visibility_test.cc 41 #include "ceres/block_structure.h"
  /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 312 milliseconds

1 2