HomeSort by relevance Sort by last modified time
    Searched refs:Solver (Results 26 - 49 of 49) sorted by null

12

  /external/ceres-solver/internal/ceres/
coordinate_descent_minimizer.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
48 #include "ceres/solver.h"
124 Solver::Summary* summary) {
180 Solver::Summary inner_summary;
206 Solver::Summary* summary) {
207 *summary = Solver::Summary();
system_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
50 #include "ceres/solver.h"
64 // Struct used for configuring the solver.
104 // Templated function that given a set of solver configurations,
117 // Solver::Options* mutable_solver_options();
131 Solver::Options& options = *(system_test_problem->mutable_solver_options());
144 LOG(INFO) << "Running solver configuration: "
147 Solver::Summary summary;
161 << "Solver configuration " << i << " failed."
    [all...]
trust_region_minimizer_test.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
210 // if the solver converges to the optimal values or not.
213 Solver::Options solver_options;
248 Solver::Summary summary;
388 Solver::Options options;
390 Solver::Summary summary;
trust_region_minimizer.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
80 Solver::Summary* summary) {
196 VLOG(1) << "Terminating: Maximum solver time reached.";
265 "than Solver::Options::max_num_consecutive_invalid_steps: %d",
316 Solver::Summary inner_iteration_summary;
line_search_minimizer.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
92 Solver::Summary* summary) {
218 VLOG(1) << "Terminating: Maximum solver time reached.";
  /external/eigen/bench/spbench/
spbenchsolver.h 125 template<typename Solver, typename Scalar>
126 Stats call_solver(Solver &solver, const typename Solver::MatrixType& A, const Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX)
133 solver.compute(A);
134 if (solver.info() != Success)
137 std::cerr << "Solver failed ... \n";
145 x = solver.solve(b);
146 if (solver.info() == NumericalIssue)
149 std::cerr << "Solver failed ... \n"
297 UmfPackLU<SpMat> solver; local
306 SuperLU<SpMat> solver; local
316 PastixLU<SpMat> solver; local
326 PardisoLU<SpMat> solver; local
337 BiCGSTAB<SpMat> solver; local
345 BiCGSTAB<SpMat, IncompleteLUT<Scalar> > solver; local
363 GMRES<SpMat, IncompleteLUT<Scalar> > solver; local
375 SimplicialLDLT<SpMat, Lower> solver; local
384 CholmodDecomposition<SpMat, Lower> solver; local
395 PastixLDLT<SpMat, Lower> solver; local
405 PardisoLDLT<SpMat, Lower> solver; local
419 SimplicialLLT<SpMat, Lower> solver; local
429 CholmodDecomposition<SpMat, Lower> solver; local
445 PastixLLT<SpMat, Lower> solver; local
455 PardisoLLT<SpMat, Lower> solver; local
464 ConjugateGradient<SpMat, Lower> solver; local
    [all...]
  /external/ceres-solver/examples/
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;
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;
nist.cc 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
65 // solver had the highest LRE.
416 const ceres::Solver::Options& options) {
443 ceres::Solver::Summary summary;
483 void SetMinimizerOptions(ceres::Solver::Options* options) {
526 ceres::Solver::Options options;
libmv_bundle_adjuster.cc 757 // Configure the solver.
758 ceres::Solver::Options options;
767 ceres::Solver::Summary summary;
  /external/ceres-solver/include/ceres/
problem.h 1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
54 class Solver;
284 // ordering, rendering the jacobian or residuals returned from the solver
295 // ordering, rendering the jacobian or residuals returned from the solver
425 friend class Solver;
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 152 /// SCCPSolver - This class is a general purpose solver for Sparse Conditional
235 /// AddTrackedFunction - If the SCCP solver is supposed to track calls into
260 /// method should be use to handle this. If this returns true, the solver
    [all...]
  /external/ceres-solver/scripts/
ceres-solver.spec 1 Name: ceres-solver
11 URL: http://code.google.com/p/ceres-solver/
34 Ceres Solver is a portable C++ library that allows for modeling and solving
49 Notable use of Ceres Solver is for the image alignment in Google Maps and for
  /external/ceres-solver/jni/
Application.mk 1 # Ceres Solver - A fast non-linear least squares minimizer
3 # http://code.google.com/p/ceres-solver/
Android.mk 1 # Ceres Solver - A fast non-linear least squares minimizer
3 # http://code.google.com/p/ceres-solver/
75 # Ceres Solver ships with a replacement for glog that provides a
169 $(CERES_SRC_PATH)/solver.cc \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
org.sat4j.pb_2.2.0.v20100429.jar 
  /external/ceres-solver/
Android.mk 1 # Ceres Solver - A fast non-linear least squares minimizer
3 # http://code.google.com/p/ceres-solver/
138 internal/ceres/solver.cc \
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 35 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
538 * constraint solver.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
529 * constraint solver.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
529 * constraint solver.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
529 * constraint solver.
  /external/chromium_org/v8/benchmarks/
deltablue.js 35 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
535 * constraint solver.
  /external/v8/benchmarks/
deltablue.js 35 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
535 * constraint solver.

Completed in 553 milliseconds

12