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

<<11121314151617

  /external/chromium_org/v8/benchmarks/
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/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...]
  /external/ceres-solver/include/ceres/internal/
autodiff.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
  /external/ceres-solver/internal/ceres/
gradient_checking_cost_function_test.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/
linear_least_squares_problems.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
mutex.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
partitioned_matrix_view.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
polynomial_test.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/
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 213 /// Typically used by a PBQP solver to attach data to aid in solution.
237 /// Typically used by a PBQP solver to attach data to aid in solution.
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 29 * class Solver {
52 * public Solver(float[][] matrix) {
  /external/clang/test/Analysis/
CFContainers.mm 147 // TODO: The solver is probably not strong enough here.
  /external/eigen/doc/
QuickReference.dox 28 <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>
29 <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>
31 <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>
32 <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 23 <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

Completed in 587 milliseconds

<<11121314151617