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

  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h 20 /// solver behaviour implemented for a number of methods.
37 /// the solver which is using this heuristic.
72 /// \brief Construct an instance with a reference to the given solver.
73 /// @param solver The solver which is using this heuristic instance.
74 HeuristicBase(HeuristicSolverImpl<HImpl> &solver)
75 : s(solver), g(s.getGraph()) { }
77 /// \brief Get the solver which is using this heuristic instance.
78 /// @return The solver which is using this heuristic instance.
80 /// You can use this method to get access to the solver in your derive
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/
jmePhysicsSpace.cpp 93 PosixThreadSupport::ThreadConstructionInfo solverConstructionInfo("solver", processCollisionTask,
141 btConstraintSolver* solver; local
151 // the default constraint solver. For parallel processing you can use a different solver (see Extras/BulletMultiThreaded)
154 solver = new btParallelConstraintSolver(solverThreads);
156 solver = new btSequentialImpulseConstraintSolver;
160 btDiscreteDynamicsWorld* world = new btDiscreteDynamicsWorld(dispatcher, broadphase, solver, collisionConfiguration);
164 //parallel solver requires the contacts to be in a contiguous pool, so avoid dynamic allocation
  /external/v8/benchmarks/
navier-stokes.js 33 var solver = null; variable
37 solver.update();
42 solver = new FluidField(null);
43 solver.setResolution(128, 128);
44 solver.setIterations(20);
45 solver.setDisplayFunction(function(){});
46 solver.setUICallback(prepareFrame);
47 solver.reset();
52 solver = null;
deltablue.js 35 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
535 * constraint solver.
  /external/webkit/Source/WebCore/rendering/svg/
SVGResourcesCache.cpp 60 SVGResourcesCycleSolver solver(object, resources);
61 solver.resolveCycles();
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
cvfundam.cpp 526 CvLevMarq solver(8, 0, cvTermCriteria(CV_TERMCRIT_ITER+CV_TERMCRIT_EPS, maxIters, DBL_EPSILON));
530 CvMat modelPart = cvMat( solver.param->rows, solver.param->cols, model->type, model->data.ptr );
531 cvCopy( &modelPart, solver.param );
539 if( !solver.updateAlt( _param, _JtJ, _JtErr, _errNorm ))
570 cvCopy( solver.param, &modelPart );
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 1143 solver = 0;
1164 delete solver;
1166 solver = 0;
1182 solver = 0;
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 40 /// solver stack. If no nodes can be proven allocable then the node with
41 /// the lowest estimated spill cost is selected and push to the solver stack
112 /// @param solver A reference to the solver which is using this heuristic.
113 Briggs(HeuristicSolverImpl<Briggs> &solver) :
114 HeuristicBase<Briggs>(solver) {}
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
PhysicsSpace.java 101 private ConstraintSolver solver; field in class:PhysicsSpace
180 solver = new SequentialImpulseConstraintSolver();
182 dynamicsWorld = new DiscreteDynamicsWorld(dispatcher, broadphase, solver, collisionConfiguration);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.sat4j.pb_2.2.0.v20100429.jar 
  /external/opencv/ml/include/
ml.h 551 CvSVMSolver* solver; member in class:CvSVM
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
529 * constraint solver.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
529 * constraint solver.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
529 * constraint solver.

Completed in 447 milliseconds