HomeSort by relevance Sort by last modified time
    Searched full:solver (Results 476 - 500 of 535) sorted by null

<<11121314151617181920>>

  /external/ceres-solver/internal/ceres/
polynomial_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
program.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
schur_complement_solver.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
small_blas.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
suitesparse.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
problem_impl.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
685 // type of linear solver being used.
    [all...]
line_search.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
328 // All parameters should have been validated by the Solver, but as
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 30 * class Solver {
53 * public Solver(float[][] matrix) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
GaussNewtonEstimator.java 32 * This class implements a solver for estimation problems.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
AbstractUnivariateRealOptimizer.java 62 * Construct a solver with given iteration count and accuracy.
  /external/clang/test/Analysis/
CFContainers.mm 147 // TODO: The solver is probably not strong enough here.
  /external/eigen/Eigen/src/SparseLU/
SparseLU_column_bmod.h 101 // Perform a triangular solver and block update,
  /external/eigen/doc/
QuickReference.dox 18 <tr><td>\link LU_Module LU \endlink</td><td>\code#include <Eigen/LU>\endcode</td><td>Inverse, determinant, LU decompositions with solver (FullPivLU, PartialPivLU)</td></tr>
19 <tr><td>\link Cholesky_Module Cholesky \endlink</td><td>\code#include <Eigen/Cholesky>\endcode</td><td>LLT and LDLT Cholesky factorization with solver</td></tr>
21 <tr><td>\link SVD_Module SVD \endlink</td><td>\code#include <Eigen/SVD>\endcode</td><td>SVD decomposition with least-squares solver (JacobiSVD)</td></tr>
22 <tr class="alt"><td>\link QR_Module QR \endlink</td><td>\code#include <Eigen/QR>\endcode</td><td>QR decomposition with solver (HouseholderQR, ColPivHouseholderQR, FullPivHouseholderQR)</td></tr>
TopicLinearAlgebraDecompositions.dox 24 <th>Linear solver provided by Eigen</th>
UsingIntelMKL.dox 64 Finally, the PARDISO sparse solver shipped with Intel MKL can be used through the \ref PardisoLU, \ref PardisoLLT and \ref PardisoLDLT classes of the \ref PardisoSupport_Module.
  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 112 /// SparseSolver - This class is a general purpose solver for Sparse Conditional
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 757 // Configure the solver.
758 ceres::Solver::Options options;
767 ceres::Solver::Summary summary;
  /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/ceres-solver/docs/source/
modeling.rst 11 Ceres solver consists of two distinct parts. A modeling API which
13 term at a time and a solver API that controls the minimization
    [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/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
AbstractLeastSquaresOptimizer.java 56 * {@link #updateJacobian()}, but may be modified by the solver
  /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.

Completed in 1184 milliseconds

<<11121314151617181920>>