HomeSort by relevance Sort by last modified time
    Searched full:solver (Results 376 - 400 of 418) sorted by null

<<11121314151617

  /external/ceres-solver/docs/source/
modeling.rst 32 Ceres Solver's modeling API, and how they can be used to construct an
37 switching/tweaking of various solver parameters without having to
120 not satisfied will prevent the solver from moving into the
126 block must be feasible, otherwise the solver will declare a
    [all...]
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 757 // Configure the solver.
758 ceres::Solver::Options options;
767 ceres::Solver::Summary summary;
  /external/ceres-solver/internal/ceres/
line_search.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
316 // All parameters should have been validated by the Solver, but as
problem_impl.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
620 // type of linear solver being used.
autodiff_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
covariance_impl.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
covariance_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
dynamic_autodiff_cost_function_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
schur_eliminator_impl.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
visibility_based_preconditioner.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
problem_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
PhysicsSpace.java 84 // private ConstraintSolver solver;
167 // solver = new SequentialImpulseConstraintSolver();
169 // dynamicsWorld = new DiscreteDynamicsWorld(dispatcher, broadphase, solver, collisionConfiguration);
    [all...]
  /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/opencv/cv/src/
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/ceres-solver/
CMakeLists.txt 1 # Ceres Solver - A fast non-linear least squares minimizer
3 # http://code.google.com/p/ceres-solver/
53 FILE(DOWNLOAD https://ceres-solver-review.googlesource.com/tools/hooks/commit-msg
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.pb_2.2.0.v20100429.jar 
  /external/eigen/Eigen/src/Core/
SolveTriangular.h 25 // small helper struct extracting some traits on the underlying solver operation
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineInplaceLU.h 46 * useful to initialize an iterative solver.
  /external/ceres-solver/include/ceres/
cost_function_to_functor.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
rotation.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
jet.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
  /external/chromium_org/tools/perf/
trace-info.json 69 "description": "One-way constraint solver, originally written in Smalltalk by John Maloney and Mario Wolczko (880 lines)."
81 "description": "2D NavierStokes equations solver, heavily manipulates double precision arrays. Based on Oliver Hunt's code (387 lines)."
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 13 // solving this using a PBQP solver, and mapping the solution back to a
17 // The PBQP solver (pbqp.c) provided for this allocator uses a heuristic tuned
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 111 * \brief A sparse LU factorization and solver based on UmfPack
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 35 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
538 * constraint solver.

Completed in 538 milliseconds

<<11121314151617