Searched refs:Solver (Results 1 - 25 of 48) sorted by relevance

12

/external/ceres-solver/internal/ceres/
H A Dsolver_impl.h1 // Ceres Solver - A fast non-linear least squares minimizer
55 static void Solve(const Solver::Options& options,
57 Solver::Summary* summary);
59 static void TrustRegionSolve(const Solver::Options& options,
61 Solver::Summary* summary);
65 const Solver::Options &options,
70 Solver::Summary* summary);
72 static void LineSearchSolve(const Solver::Options& options,
74 Solver::Summary* summary);
77 static void LineSearchMinimize(const Solver
[all...]
H A Dsummary_utils.h1 // Ceres Solver - A fast non-linear least squares minimizer
42 void SummarizeGivenProgram(const Program& program, Solver::Summary* summary);
43 void SummarizeReducedProgram(const Program& program, Solver::Summary* summary);
44 void SetSummaryFinalCost(Solver::Summary* summary);
H A Dsolver_test.cc1 // Ceres Solver - A fast non-linear least squares minimizer
47 Solver::Options options;
54 Solver::Options options;
85 TEST(Solver, UpdateStateEveryIterationOption) {
95 Solver::Options options;
101 Solver::Summary summary;
162 TEST(Solver, TrustRegionProblemHasNoParameterBlocks) {
164 Solver::Options options;
166 Solver::Summary summary;
174 TEST(Solver, LineSearchProblemHasNoParameterBlock
[all...]
H A Dminimizer_test.cc1 // Ceres Solver - A fast non-linear least squares minimizer
51 Solver::Options solver_options;
72 Solver::Options solver_options;
75 Solver::Summary summary;
90 Solver::Options solver_options;
93 Solver::Summary summary;
H A Dsummary_utils.cc1 // Ceres Solver - A fast non-linear least squares minimizer
39 void SetSummaryFinalCost(Solver::Summary* summary) {
49 void SummarizeGivenProgram(const Program& program, Solver::Summary* summary) {
57 void SummarizeReducedProgram(const Program& program, Solver::Summary* summary) {
H A Dcoordinate_descent_minimizer.h1 // Ceres Solver - A fast non-linear least squares minimizer
68 Solver::Summary* summary);
85 Solver::Summary* summary);
H A Dtrust_region_minimizer.h1 // Ceres Solver - A fast non-linear least squares minimizer
50 Solver::Summary* summary);
H A Dminimizer.h1 // Ceres Solver - A fast non-linear least squares minimizer
56 Init(Solver::Options());
59 explicit Options(const Solver::Options& options) {
63 void Init(const Solver::Options& options) {
191 Solver::Summary* summary);
199 Solver::Summary* summary) = 0;
H A Dline_search_minimizer.h1 // Ceres Solver - A fast non-linear least squares minimizer
71 Solver::Summary* summary);
H A Dsolver.cc1 // Ceres Solver - A fast non-linear least squares minimizer
54 ss << string("Solver::Options::" #x " = ") << options.x << ". "; \
56 ss << string("Solver::Options::" #x " " #OP " "#y); \
65 ss << string("Solver::Options::" #x " = ") << options.x << ". "; \
66 ss << string("Solver::Options::" #y " = ") << options.y << ". "; \
68 ss << string("Solver::Options::" #x ); \
69 ss << string(#OP " Solver::Options::" #y "."); \
81 bool CommonOptionsAreValid(const Solver::Options& options, string* error) {
96 bool TrustRegionOptionsAreValid(const Solver::Options& options, string* error) {
124 "Solver
[all...]
H A Dsolver_impl_test.cc1 // Ceres Solver - A fast non-linear least squares minimizer
84 Solver::Options options;
87 Solver::Summary summary;
H A Dminimizer.cc1 // Ceres Solver - A fast non-linear least squares minimizer
42 Solver::Summary* summary) {
/external/eigen/test/
H A Dsparse_solver.h13 template<typename Solver, typename Rhs, typename DenseMat, typename DenseRhs>
14 void check_sparse_solving(Solver& solver, const typename Solver::MatrixType& A, const Rhs& b, const DenseMat& dA, const DenseRhs& db)
16 typedef typename Solver::MatrixType Mat;
72 template<typename Solver, typename Rhs>
73 void check_sparse_solving_real_cases(Solver& solver, const typename Solver::MatrixType& A, const Rhs& b, const Rhs& refX)
75 typedef typename Solver::MatrixType Mat;
111 template<typename Solver, typename DenseMat>
112 void check_sparse_determinant(Solver
[all...]
/external/ceres-solver/examples/
H A Dhelloworld.cc1 // Ceres Solver - A fast non-linear least squares minimizer
42 using ceres::Solver;
74 Solver::Options options;
76 Solver::Summary summary;
H A Dhelloworld_analytic_diff.cc1 // Ceres Solver - A fast non-linear least squares minimizer
42 using ceres::Solver;
97 Solver::Options options;
99 Solver::Summary summary;
H A Dhelloworld_numeric_diff.cc1 // Ceres Solver - A fast non-linear least squares minimizer
41 using ceres::Solver;
70 Solver::Options options;
72 Solver::Summary summary;
H A Dcircle_fit.cc1 // Ceres Solver - A fast non-linear least squares minimizer
66 using ceres::Solver;
150 Solver::Options options;
153 Solver::Summary summary;
H A Dpowell.cc1 // Ceres Solver - A fast non-linear least squares minimizer
55 using ceres::Solver;
127 Solver::Options options;
144 Solver::Summary summary;
H A Dcurve_fitting.cc1 // Ceres Solver - A fast non-linear least squares minimizer
37 using ceres::Solver;
152 Solver::Options options;
157 Solver::Summary summary;
H A Dbundle_adjuster.cc1 // Ceres Solver - A fast non-linear least squares minimizer
125 void SetLinearSolver(Solver::Options* options) {
141 void SetOrdering(BALProblem* bal_problem, Solver::Options* options) {
226 void SetMinimizerOptions(Solver::Options* options) {
244 Solver::Options* options) {
320 Solver::Options options;
324 Solver::Summary summary;
H A Drobot_pose_mle.cc1 // Ceres Solver - A fast non-linear least squares minimizer
145 using ceres::Solver;
305 ceres::Solver::Options solver_options;
308 Solver::Summary summary;
H A Drobust_curve_fitting.cc1 // Ceres Solver - A fast non-linear least squares minimizer
121 using ceres::Solver;
153 Solver::Options options;
157 Solver::Summary summary;
/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h176 SolverT *Solver; member in class:PBQP::Graph
332 Graph() : Solver(nullptr) { }
339 assert(!Solver && "Solver already set. Call unsetSolver().");
340 Solver = &S;
342 Solver->handleAddNode(NId);
344 Solver->handleAddEdge(EId);
349 assert(Solver && "Solver not set.");
350 Solver
[all...]
/external/ceres-solver/include/ceres/
H A Dsolver.h1 // Ceres Solver - A fast non-linear least squares minimizer
50 class CERES_EXPORT Solver { class in namespace:ceres
52 virtual ~Solver();
477 // {0: x, y} - Solver gets to decide the elimination order.
591 // Solver::Options::num_threads to the maximum number possible is
599 // Solver::Options::inner_iteration_ordering untouched.
962 Solver::Summary* summary);
966 CERES_EXPORT void Solve(const Solver::Options& options,
968 Solver::Summary* summary);
/external/eigen/bench/spbench/
H A Dspbenchsolver.h213 template<typename Solver, typename Scalar>
214 void call_solver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, const Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX,std::ofstream& statbuf)
228 std::cerr << "Solver failed ... \n";
242 std::cerr << "Solver failed ... \n";
278 template<typename Solver, typename Scalar>
279 void call_directsolver(Solver& solver, const int solver_id, const typename Solver::MatrixType& A, const Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX, std::string& statFile)
288 template<typename Solver, typename Scalar>
289 void call_itersolver(Solver
[all...]

Completed in 1968 milliseconds

12