HomeSort by relevance Sort by last modified time
    Searched refs:PerSolveOptions (Results 1 - 25 of 27) sorted by null

1 2

  /external/ceres-solver/internal/ceres/
dense_normal_cholesky_solver.h 65 // 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,
dense_qr_solver.h 70 // 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,
sparse_normal_cholesky_solver.h 65 const LinearSolver::PerSolveOptions& options,
70 const LinearSolver::PerSolveOptions& options,
76 const LinearSolver::PerSolveOptions& options,
82 const LinearSolver::PerSolveOptions& options,
trust_region_strategy.h 86 struct PerSolveOptions {
87 PerSolveOptions()
133 virtual Summary ComputeStep(const PerSolveOptions& per_solve_options,
cgnr_solver.h 57 const LinearSolver::PerSolveOptions& per_solve_options,
conjugate_gradients_solver.h 56 // LinearSolver::PerSolveOptions::r_tolerance and
57 // LinearSolver::PerSolveOptions::q_tolerance in linear_solver.h.
63 const LinearSolver::PerSolveOptions& per_solve_options,
iterative_schur_complement_solver.h 79 const LinearSolver::PerSolveOptions& options,
levenberg_marquardt_strategy.h 53 const TrustRegionStrategy::PerSolveOptions& per_solve_options,
linear_solver.h 89 // lifetime. The PerSolveOptions struct is used to specify options for
169 struct PerSolveOptions {
170 PerSolveOptions()
290 const PerSolveOptions& per_solve_options,
323 const LinearSolver::PerSolveOptions& per_solve_options,
344 const LinearSolver::PerSolveOptions& per_solve_options,
cgnr_solver.cc 56 const LinearSolver::PerSolveOptions& per_solve_options,
66 LinearSolver::PerSolveOptions cg_per_solve_options = per_solve_options;
dogleg_strategy.h 61 virtual Summary ComputeStep(const PerSolveOptions& per_solve_options,
83 const PerSolveOptions& per_solve_options,
dense_normal_cholesky_solver.cc 55 const LinearSolver::PerSolveOptions& per_solve_options,
67 const LinearSolver::PerSolveOptions& per_solve_options,
118 const LinearSolver::PerSolveOptions& per_solve_options,
dense_qr_solver.cc 55 const LinearSolver::PerSolveOptions& per_solve_options,
67 const LinearSolver::PerSolveOptions& per_solve_options,
125 const LinearSolver::PerSolveOptions& per_solve_options,
symmetric_linear_solver_test.cc 67 LinearSolver::PerSolveOptions per_solve_options;
124 LinearSolver::PerSolveOptions per_solve_options;
dogleg_strategy_test.cc 140 TrustRegionStrategy::PerSolveOptions pso;
160 TrustRegionStrategy::PerSolveOptions pso;
180 TrustRegionStrategy::PerSolveOptions pso;
207 TrustRegionStrategy::PerSolveOptions pso;
242 TrustRegionStrategy::PerSolveOptions pso;
270 TrustRegionStrategy::PerSolveOptions pso;
iterative_schur_complement_solver.cc 68 const LinearSolver::PerSolveOptions& per_solve_options,
106 LinearSolver::PerSolveOptions cg_per_solve_options;
levenberg_marquardt_strategy.cc 66 const TrustRegionStrategy::PerSolveOptions& per_solve_options,
88 LinearSolver::PerSolveOptions solve_options;
levenberg_marquardt_strategy_test.cc 53 // caller passes the same vector as LinearSolver::PerSolveOptions.D.
67 const LinearSolver::PerSolveOptions& per_solve_options,
143 TrustRegionStrategy::PerSolveOptions pso;
sparse_normal_cholesky_solver.cc 81 const LinearSolver::PerSolveOptions& per_solve_options,
127 const LinearSolver::PerSolveOptions& per_solve_options,
224 const LinearSolver::PerSolveOptions& per_solve_options,
306 const LinearSolver::PerSolveOptions& per_solve_options,
iterative_schur_complement_solver_test.cc 87 LinearSolver::PerSolveOptions per_solve_options;
schur_complement_solver.h 122 const LinearSolver::PerSolveOptions& per_solve_options,
schur_complement_solver_test.cc 78 qr->Solve(&dense_A, b.get(), LinearSolver::PerSolveOptions(), sol.get());
81 LinearSolver::PerSolveOptions per_solve_options;
107 LinearSolver::PerSolveOptions per_solve_options;
dogleg_strategy.cc 78 const TrustRegionStrategy::PerSolveOptions& per_solve_options,
515 const PerSolveOptions& per_solve_options,
554 LinearSolver::PerSolveOptions solve_options;
conjugate_gradients_solver.cc 69 const LinearSolver::PerSolveOptions& per_solve_options,
unsymmetric_linear_solver_test.cc 62 LinearSolver::PerSolveOptions per_solve_options;

Completed in 136 milliseconds

1 2