HomeSort by relevance Sort by last modified time
    Searched full:eliminator (Results 1 - 16 of 16) 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(),
reorder_program.h 53 // Schur eliminator, which works on these "row blocks" in the jacobian.
59 // by the Schur eliminator occur before others and the residuals be
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 107 // scoped_ptr<SchurEliminatorBase> eliminator;
112 // eliminator.reset(SchurEliminatorBase::Create(eliminator_options));
113 // eliminator->Init(num_eliminate_blocks_, bs);
114 // eliminator->Eliminate(A_.get(), b_.get(), D_.get(),
schur_jacobi_preconditioner.cc 90 // 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 121 << " eliminator time: " << eliminator_time - storage_time;
349 // eliminator combines the computation of the reduced camera matrix
  /art/compiler/optimizing/
ssa_builder.cc 49 // TODO: Move this to a dead code eliminator phase.
  /external/ceres-solver/docs/source/
version_history.rst 178 the Schur Eliminator.
335 e. When compiled without threads, the schur eliminator does not pay
478 #. Correctly propagate ifdefs when building without Schur eliminator
668 Schur eliminator.
673 #. 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/chromium_org/v8/src/
hydrogen-instructions.h     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 1309 milliseconds