HomeSort by relevance Sort by last modified time
    Searched full:solver (Results 276 - 300 of 341) sorted by null

<<11121314

  /external/ceres-solver/internal/ceres/
dogleg_strategy_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
gradient_checking_cost_function.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
graph_algorithms.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
jet_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
numeric_diff_cost_function_test.cc 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/
problem_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
program_evaluator.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
residual_block_test.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/
suitesparse.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
triplet_sparse_matrix.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
triplet_sparse_matrix_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
visibility_based_preconditioner_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
dogleg_strategy.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
518 // linear solver from failing.
526 // the linear solver is still not successful, the strategy returns
autodiff_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
  /external/eigen/bench/
benchEigenSolver.cpp 109 // the non-selfadjoint solver does not compute the eigen vectors
  /external/eigen/test/eigen2/
eigen2_sparse_solvers.cpp 45 // test triangular solver
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h 32 * // Now, solve the equilibrated linear system with any available solver
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintInverseKinematics.java 43 // IK solver is only attached to bones
  /external/llvm/lib/CodeGen/
RegAllocBase.h 33 // quality trade-off without relying on a particular theoretical solver.
  /external/v8/benchmarks/
README.txt 85 Added the Navier-Stokes benchmark, a 2D differential equation solver
revisions.html 25 equation solver that stresses arithmetic computations on double arrays.</p>
run.html 113 <li><b>DeltaBlue</b><br>One-way constraint solver, originally written in Smalltalk by John Maloney and Mario Wolczko (<i>880 lines</i>).</li>
  /external/opencv/ml/src/
mlsvm.cpp 1143 solver = 0;
1164 delete solver;
1166 solver = 0;
1182 solver = 0;
    [all...]

Completed in 330 milliseconds

<<11121314