HomeSort by relevance Sort by last modified time
    Searched full:eliminator (Results 1 - 17 of 17) sorted by null

  /external/ceres-solver/internal/ceres/
implicit_schur_complement_test.cc 89 scoped_ptr<SchurEliminatorBase> eliminator(
91 CHECK_NOTNULL(eliminator.get());
92 eliminator->Init(num_eliminate_blocks_, bs);
97 eliminator->Eliminate(A_.get(), b_.get(), D, &blhs, rhs->data());
113 eliminator->BackSubstitute(A_.get(), b_.get(), D,
schur_eliminator_test.cc 154 scoped_ptr<SchurEliminatorBase> eliminator; local
155 eliminator.reset(SchurEliminatorBase::Create(options));
156 eliminator->Init(num_eliminate_blocks, A->block_structure());
157 eliminator->Eliminate(A.get(), b.get(), diagonal.data(), &lhs, rhs.data());
170 eliminator->BackSubstitute(A.get(),
schur_eliminator.h 69 // The eliminator also provides the reverse functionality, i.e. given
79 // The eliminator has a number of requirements.
152 // possible to use this eliminator to obtain an arbitrary submatrix of
153 // the full Schur complement. When the eliminator is generating the
155 // it if it has storage for that block. If it does, the eliminator
168 // Initialize the eliminator. It is the user's responsibilty to call
detect_structure.h 47 // value. This just means that the eliminator uses dynamically sized
linear_least_squares_problems.h 54 // If using the schur eliminator then how many of the variable
visibility_based_preconditioner_test.cc 104 // scoped_ptr<SchurEliminatorBase> eliminator;
109 // eliminator.reset(SchurEliminatorBase::Create(eliminator_options));
110 // eliminator->Init(num_eliminate_blocks_, bs);
111 // eliminator->Eliminate(A_.get(), b_.get(), D_.get(),
solver_impl.h 109 // for the Schur eliminator.
189 // by the Schur eliminator occur before others and the residuals be
schur_jacobi_preconditioner.cc 100 // eliminator combines the computation of the reduced camera matrix
small_blas.h 31 // Simple blas functions for use in the Schur Eliminator. These are
33 // speedup in the eliminator performance.
visibility_based_preconditioner.cc 117 << " eliminator time: " << eliminator_time - storage_time;
334 // eliminator combines the computation of the reduced camera matrix
solver_impl.cc     [all...]
  /external/ceres-solver/docs/source/
version_history.rst 122 e. When compiled without threads, the schur eliminator does not pay
265 #. Correctly propagate ifdefs when building without Schur eliminator
455 Schur eliminator.
460 #. Fix how static structure detection for the Schur eliminator logs
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 272 * be removed by the dead code eliminator
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
ConstCollector.java 272 * be removed by the dead code eliminator
  /external/v8/src/
hydrogen-instructions.h     [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 457 milliseconds