HomeSort by relevance Sort by last modified time
    Searched defs:Solver (Results 1 - 6 of 6) sorted by null

  /external/ceres-solver/internal/ceres/
solver.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
33 #include "ceres/solver.h"
54 ss << string("Solver::Options::" #x " = ") << options.x << ". "; \
56 ss << string("Solver::Options::" #x " " #OP " "#y); \
65 ss << string("Solver::Options::" #x " = ") << options.x << ". "; \
66 ss << string("Solver::Options::" #y " = ") << options.y << ". "; \
68 ss << string("Solver::Options::" #x ); \
69 ss << string(#OP " Solver::Options::" #y "."); \
81 bool CommonOptionsAreValid(const Solver::Options& options, string* error)
334 Solver solver; local
    [all...]
  /external/ceres-solver/include/ceres/
solver.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
50 class CERES_EXPORT Solver {
52 virtual ~Solver();
55 // the solver operates. The defaults should be suitable for a wide range of
370 // solver flakiness, the trust region strategy may return a
395 // Linear least squares solver options -------------------------------------
427 // step. Currently only the SPARSE_SCHUR solver is capable of
431 // The order in which variables are eliminated in a linear solver
439 // the solver about the variable elimination ordering to use. Thi
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 176 SolverT *Solver;
332 Graph() : Solver(nullptr) { }
334 /// \brief Lock this graph to the given solver instance in preparation
335 /// for running the solver. This method will call solver.handleAddNode for
337 /// solver an opportunity to set up any requried metadata.
339 assert(!Solver && "Solver already set. Call unsetSolver().");
340 Solver = &S;
342 Solver->handleAddNode(NId)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 

Completed in 223 milliseconds