HomeSort by relevance Sort by last modified time
    Searched full:block_structure (Results 1 - 25 of 28) 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"
71 CHECK_NOTNULL(A->block_structure());
82 A->block_structure()->cols.size() - options_.elimination_groups[0];
130 new SchurJacobiPreconditioner(*A->block_structure(),
138 new VisibilityBasedPreconditioner(*A->block_structure(),
visibility.cc 41 #include "ceres/block_structure.h"
49 void ComputeVisibility(const CompressedRowBlockStructure& block_structure,
57 visibility->resize(block_structure.cols.size() - num_eliminate_blocks);
59 for (int i = 0; i < block_structure.rows.size(); ++i) {
60 const vector<Cell>& cells = block_structure.rows[i].cells;
block_structure.h 93 // Destroys previous contents of block_structure.
95 CompressedRowBlockStructure *block_structure);
99 void BlockStructureToProto(const CompressedRowBlockStructure &block_structure,
partitioned_matrix_view.cc 39 #include "ceres/block_structure.h"
52 const CompressedRowBlockStructure* bs = matrix_.block_structure();
95 const CompressedRowBlockStructure* bs = matrix_.block_structure();
115 const CompressedRowBlockStructure* bs = matrix_.block_structure();
140 const CompressedRowBlockStructure* bs = matrix_.block_structure();
160 const CompressedRowBlockStructure* bs = matrix_.block_structure();
191 const CompressedRowBlockStructure* bs = matrix_.block_structure();
246 const CompressedRowBlockStructure* bs = matrix_.block_structure();
248 block_diagonal->block_structure();
276 const CompressedRowBlockStructure* bs = matrix_.block_structure();
    [all...]
visibility_based_preconditioner_test.cc 79 // CHECK_NOTNULL(A_->block_structure());
88 // A_->block_structure()->cols.size() - num_eliminate_blocks_);
117 // preconditioner_->InitStorage(*A_->block_structure());
247 // new VisibilityBasedPreconditioner(*A_->block_structure(), options_));
294 // new VisibilityBasedPreconditioner(*A_->block_structure(), options_));
320 // 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"
162 const CompressedRowBlockStructure* bs = block_diagonal_ee->block_structure();
179 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.cc 41 #include "ceres/block_structure.h"
66 InitStorage(A->block_structure());
67 DetectStructure(*A->block_structure(),
73 eliminator_->Init(options_.elimination_groups[0], A->block_structure());
schur_complement_solver_test.cc 33 #include "ceres/block_structure.h"
97 A->block_structure()->cols.size() - num_eliminate_blocks);
schur_eliminator_impl.h 56 #include "ceres/block_structure.h"
180 const CompressedRowBlockStructure* bs = A->block_structure();
306 const CompressedRowBlockStructure* bs = A->block_structure();
377 const CompressedRowBlockStructure* bs = A->block_structure();
440 const CompressedRowBlockStructure* bs = A->block_structure();
558 const CompressedRowBlockStructure* bs = A->block_structure();
596 const CompressedRowBlockStructure* bs = A->block_structure();
649 const CompressedRowBlockStructure* bs = A->block_structure();
schur_jacobi_preconditioner.h 72 // *A.block_structure(), options);
visibility.h 57 void ComputeVisibility(const CompressedRowBlockStructure& block_structure,
implicit_schur_complement.cc 35 #include "ceres/block_structure.h"
149 block_diagonal->block_structure();
implicit_schur_complement_test.cc 75 const CompressedRowBlockStructure* bs = A_->block_structure();
schur_complement_solver.h 40 #include "ceres/block_structure.h"
CMakeLists.txt 42 block_structure.cc
visibility_based_preconditioner.h 121 // *A.block_structure(), options);
visibility_test.cc 38 #include "ceres/block_structure.h"
  /external/ceres-solver/
Android.mk 92 internal/ceres/block_structure.cc \
  /external/chromium_org/media/webm/
cluster_builder.cc 104 // http://www.matroska.org/technical/specs/index.html#block_structure

Completed in 595 milliseconds

1 2