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

1 2 3 4 5 6 78 91011>>

  /external/ceres-solver/internal/ceres/
single_linkage_clustering.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
test_util.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
trust_region_strategy.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
wall_time.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
wall_time.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
implicit_schur_complement_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
164 // Backsubstituted solution from the implicit schur solver using the
189 // by the SchurComplement solver.
partitioned_matrix_view.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
53 // structure as required by the Schur complement based solver, found
60 // the Schur complement solver it will result in unpredictable and
reorder_program_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
37 #include "ceres/solver.h"
83 Solver::Options options;
schur_complement_solver_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
105 scoped_ptr<LinearSolver> solver(LinearSolver::Create(options));
113 summary = solver->Solve(A.get(), b.get(), per_solve_options, x.get());
suitesparse.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
269 // the linear solver is really three valued. SUCCESS,
299 "Please report this to ceres-solver@googlegroups.com.";
304 "Please report this to ceres-solver@googlegroups.com.",
336 << "Ceres Solver was compiled with SuiteSparse "
339 << "the Ceres Solver developers.";
CMakeLists.txt 1 # Ceres Solver - A fast non-linear least squares minimizer
3 # http://code.google.com/p/ceres-solver/
98 solver.cc
135 # Only the fully dynamic solver. The build is much faster this way.
280 CERES_TEST(solver)
conjugate_gradients_solver.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
31 // A preconditioned conjugate gradients solver
36 // solver to support not just residual based termination but also
192 // the solver terminates at iteration i if
  /external/ceres-solver/scripts/
ceres-solver.spec 1 Name: ceres-solver
11 URL: http://ceres-solver.org/
34 Ceres Solver is a portable C++ library that allows for modeling and solving
50 Notable use of Ceres Solver is for the image alignment in Google Maps and for
  /external/eigen/Eigen/
PaStiXSupport 22 * PaSTiX is a general \b supernodal, \b parallel and \b opensource sparse solver.
SparseCholesky 26 * Such problems can also be solved using the ConjugateGradient solver from the IterativeLinearSolvers module.
  /external/eigen/unsupported/Eigen/
IterativeSolvers 17 * This module aims to provide various iterative linear and non linear solver algorithms.
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js 34 var solver = null; variable
39 solver.update();
43 checkResult(solver.getDens());
60 solver = new FluidField(null);
61 solver.setResolution(128, 128);
62 solver.setIterations(20);
63 solver.setDisplayFunction(function(){});
64 solver.setUICallback(prepareFrame);
65 solver.reset();
70 solver = null
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
LaguerreSolver.java 50 * Construct a solver for the given function.
70 * Construct a solver.
116 * or the solver detects convergence problems otherwise
139 * or the solver detects convergence problems otherwise
185 * or the solver detects convergence problems otherwise
211 * or the solver detects convergence problems otherwise
258 * in the given interval, within the solver tolerance level.
280 * or the solver detects convergence problems otherwise
305 * or the solver detects convergence problems otherwise
355 * or the solver detects convergence problems otherwis
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
AbstractContinuousDistribution.java 53 * Solver absolute accuracy for inverse cumulative computation
95 // by default, do simple root finding using bracketing and default solver.
124 * the default solver's defaultAbsoluteAccuracy of 0 (will be the
139 // override getSolverAbsoluteAccuracy() to use a Brent solver with
222 * Returns the solver absolute accuracy for inverse cumulative computation.
  /external/ceres-solver/examples/
curve_fitting.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
37 using ceres::Solver;
152 Solver::Options options;
157 Solver::Summary summary;
denoising.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
59 DEFINE_bool(verbose, false, "Prints information about the solver progress.");
143 ceres::Solver::Options options;
156 ceres::Solver::Summary summary;
robust_curve_fitting.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
121 using ceres::Solver;
153 Solver::Options options;
157 Solver::Summary summary;
simple_bundle_adjuster.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
208 // standard solver, SPARSE_NORMAL_CHOLESKY, also works fine but it is slower
210 ceres::Solver::Options options;
214 ceres::Solver::Summary summary;
  /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;
  /external/ceres-solver/docs/source/
conf.py 3 # Ceres Solver documentation build configuration file, created by
43 project = u'Ceres Solver'
108 html_title = "Ceres Solver"
187 ('index', 'CeresSolver.tex', u'Ceres Solver',
217 ('index', 'ceressolver', u'Ceres Solver',
231 ('index', 'CeresSolver', u'Ceres Solver',

Completed in 670 milliseconds

1 2 3 4 5 6 78 91011>>