Searched defs:Solver (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dsolver.cc1 // Ceres Solver - A fast non-linear least squares minimizer
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) {
96 bool TrustRegionOptionsAreValid(const Solver::Options& options, string* error) {
124 "Solver
[all...]
/external/ceres-solver/include/ceres/
H A Dsolver.h1 // Ceres Solver - A fast non-linear least squares minimizer
50 class CERES_EXPORT Solver { class in namespace:ceres
52 virtual ~Solver();
477 // {0: x, y} - Solver gets to decide the elimination order.
591 // Solver::Options::num_threads to the maximum number possible is
599 // Solver::Options::inner_iteration_ordering untouched.
962 Solver::Summary* summary);
966 CERES_EXPORT void Solve(const Solver::Options& options,
968 Solver::Summary* summary);
/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h176 SolverT *Solver; member in class:PBQP::Graph
332 Graph() : Solver(nullptr) { }
339 assert(!Solver && "Solver already set. Call unsetSolver().");
340 Solver = &S;
342 Solver->handleAddNode(NId);
344 Solver->handleAddEdge(EId);
349 assert(Solver && "Solver not set.");
350 Solver
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 168 milliseconds