Searched refs:PerSolveOptions (Results 1 - 25 of 27) sorted by relevance

12

/external/ceres-solver/internal/ceres/
H A Ddense_normal_cholesky_solver.h65 // If the PerSolveOptions struct has a non-null array D, then the
85 const LinearSolver::PerSolveOptions& per_solve_options,
91 const LinearSolver::PerSolveOptions& per_solve_options,
97 const LinearSolver::PerSolveOptions& per_solve_options,
H A Ddense_qr_solver.h70 // If the PerSolveOptions struct has a non-null array D, then the
90 const LinearSolver::PerSolveOptions& per_solve_options,
96 const LinearSolver::PerSolveOptions& per_solve_options,
102 const LinearSolver::PerSolveOptions& per_solve_options,
H A Dsparse_normal_cholesky_solver.h60 const LinearSolver::PerSolveOptions& options,
66 const LinearSolver::PerSolveOptions& options,
73 const LinearSolver::PerSolveOptions& options,
H A Dcgnr_solver.h57 const LinearSolver::PerSolveOptions& per_solve_options,
H A Dconjugate_gradients_solver.h56 // LinearSolver::PerSolveOptions::r_tolerance and
57 // LinearSolver::PerSolveOptions::q_tolerance in linear_solver.h.
63 const LinearSolver::PerSolveOptions& per_solve_options,
H A Dtrust_region_strategy.h86 struct PerSolveOptions { struct in class:ceres::internal::TrustRegionStrategy
87 PerSolveOptions() function in struct:ceres::internal::TrustRegionStrategy::PerSolveOptions
133 virtual Summary ComputeStep(const PerSolveOptions& per_solve_options,
H A Dlinear_solver.h69 // lifetime. The PerSolveOptions struct is used to specify options for
147 struct PerSolveOptions { struct in class:ceres::internal::LinearSolver
148 PerSolveOptions() function in struct:ceres::internal::LinearSolver::PerSolveOptions
259 const PerSolveOptions& per_solve_options,
292 const LinearSolver::PerSolveOptions& per_solve_options,
313 const LinearSolver::PerSolveOptions& per_solve_options,
H A Diterative_schur_complement_solver.h79 const LinearSolver::PerSolveOptions& options,
H A Dlevenberg_marquardt_strategy.h53 const TrustRegionStrategy::PerSolveOptions& per_solve_options,
H A Dcgnr_solver.cc51 const LinearSolver::PerSolveOptions& per_solve_options,
61 LinearSolver::PerSolveOptions cg_per_solve_options = per_solve_options;
H A Ddogleg_strategy.h61 virtual Summary ComputeStep(const PerSolveOptions& per_solve_options,
83 const PerSolveOptions& per_solve_options,
H A Ddense_normal_cholesky_solver.cc55 const LinearSolver::PerSolveOptions& per_solve_options,
67 const LinearSolver::PerSolveOptions& per_solve_options,
108 const LinearSolver::PerSolveOptions& per_solve_options,
H A Ddense_qr_solver.cc55 const LinearSolver::PerSolveOptions& per_solve_options,
66 const LinearSolver::PerSolveOptions& per_solve_options,
127 const LinearSolver::PerSolveOptions& per_solve_options,
H A Dsymmetric_linear_solver_test.cc67 LinearSolver::PerSolveOptions per_solve_options;
124 LinearSolver::PerSolveOptions per_solve_options;
H A Ddogleg_strategy_test.cc140 TrustRegionStrategy::PerSolveOptions pso;
160 TrustRegionStrategy::PerSolveOptions pso;
180 TrustRegionStrategy::PerSolveOptions pso;
207 TrustRegionStrategy::PerSolveOptions pso;
242 TrustRegionStrategy::PerSolveOptions pso;
270 TrustRegionStrategy::PerSolveOptions pso;
H A Dsparse_normal_cholesky_solver.cc78 const LinearSolver::PerSolveOptions& per_solve_options,
99 const LinearSolver::PerSolveOptions& per_solve_options,
166 const LinearSolver::PerSolveOptions& per_solve_options,
179 const LinearSolver::PerSolveOptions& per_solve_options,
241 const LinearSolver::PerSolveOptions& per_solve_options,
H A Dschur_complement_solver_test.cc78 qr->Solve(&dense_A, b.get(), LinearSolver::PerSolveOptions(), sol.get());
81 LinearSolver::PerSolveOptions per_solve_options;
107 LinearSolver::PerSolveOptions per_solve_options;
H A Diterative_schur_complement_solver.cc67 const LinearSolver::PerSolveOptions& per_solve_options,
104 LinearSolver::PerSolveOptions cg_per_solve_options;
H A Dlevenberg_marquardt_strategy.cc66 const TrustRegionStrategy::PerSolveOptions& per_solve_options,
88 LinearSolver::PerSolveOptions solve_options;
H A Dlevenberg_marquardt_strategy_test.cc53 // caller passes the same vector as LinearSolver::PerSolveOptions.D.
67 const LinearSolver::PerSolveOptions& per_solve_options,
143 TrustRegionStrategy::PerSolveOptions pso;
H A Diterative_schur_complement_solver_test.cc87 LinearSolver::PerSolveOptions per_solve_options;
H A Dschur_complement_solver.h116 const LinearSolver::PerSolveOptions& per_solve_options,
H A Ddogleg_strategy.cc78 const TrustRegionStrategy::PerSolveOptions& per_solve_options,
511 const PerSolveOptions& per_solve_options,
550 LinearSolver::PerSolveOptions solve_options;
H A Dconjugate_gradients_solver.cc71 const LinearSolver::PerSolveOptions& per_solve_options,
H A Dunsymmetric_linear_solver_test.cc62 LinearSolver::PerSolveOptions per_solve_options;

Completed in 700 milliseconds

12