/external/ceres-solver/internal/ceres/ |
D | problem_impl.cc | 124 ProblemImpl::ProblemImpl() : program_(new internal::Program) {} in ProblemImpl() function in ceres::internal::ProblemImpl 125 ProblemImpl::ProblemImpl(const Problem::Options& options) in ProblemImpl() function in ceres::internal::ProblemImpl 129 ProblemImpl::~ProblemImpl() { in ~ProblemImpl() 172 const ResidualBlock* ProblemImpl::AddResidualBlock( in AddResidualBlock() 235 const ResidualBlock* ProblemImpl::AddResidualBlock( in AddResidualBlock() 244 const ResidualBlock* ProblemImpl::AddResidualBlock( in AddResidualBlock() 254 const ResidualBlock* ProblemImpl::AddResidualBlock( in AddResidualBlock() 265 const ResidualBlock* ProblemImpl::AddResidualBlock( in AddResidualBlock() 277 const ResidualBlock* ProblemImpl::AddResidualBlock( in AddResidualBlock() 290 const ResidualBlock* ProblemImpl::AddResidualBlock( in AddResidualBlock() [all …]
|
D | solver_impl.h | 54 ProblemImpl* problem_impl, 65 ProblemImpl* problem_impl, 80 static bool ApplyUserOrdering(const ProblemImpl::ParameterMap& parameter_map, 98 const ProblemImpl::ParameterMap& parameter_map, 123 const ProblemImpl* problem_impl, 133 const ProblemImpl::ParameterMap& parameter_map,
|
D | gradient_checking_cost_function.h | 41 class ProblemImpl; variable 78 ProblemImpl* CreateGradientCheckingProblemImpl(ProblemImpl* problem_impl,
|
D | problem_impl.h | 62 class ProblemImpl { 66 ProblemImpl(); 67 explicit ProblemImpl(const Problem::Options& options); 69 ~ProblemImpl(); 142 CERES_DISALLOW_COPY_AND_ASSIGN(ProblemImpl);
|
D | solver_impl_test.cc | 77 ProblemImpl problem; in TEST() 108 ProblemImpl problem; in TEST() 130 ProblemImpl problem; in TEST() 157 ProblemImpl problem; in TEST() 188 ProblemImpl problem; in TEST() 220 ProblemImpl problem; in TEST() 260 ProblemImpl problem; in TEST() 316 ProblemImpl problem; in TEST() 390 ProblemImpl problem; in TEST() 447 ProblemImpl problem; in TEST() [all …]
|
D | program.h | 42 class ProblemImpl; variable 123 friend class ProblemImpl; variable
|
D | gradient_checking_cost_function.cc | 229 ProblemImpl* CreateGradientCheckingProblemImpl(ProblemImpl* problem_impl, in CreateGradientCheckingProblemImpl() 245 ProblemImpl* gradient_checking_problem_impl = new ProblemImpl( in CreateGradientCheckingProblemImpl()
|
D | solver_impl.cc | 204 ProblemImpl* original_problem_impl, in Solve() 209 ProblemImpl* problem_impl = original_problem_impl; in Solve() 290 scoped_ptr<ProblemImpl> gradient_checking_problem_impl; in Solve() 313 const ProblemImpl::ParameterMap& parameter_map = in Solve() 315 for (ProblemImpl::ParameterMap::const_iterator it = parameter_map.begin(); in Solve() 513 const ProblemImpl* problem_impl, in IsOrderingValid() 661 ProblemImpl* problem_impl, in CreateReducedProgram() 889 bool SolverImpl::ApplyUserOrdering(const ProblemImpl::ParameterMap& parameter_map, in ApplyUserOrdering() 916 ProblemImpl::ParameterMap::const_iterator parameter_block_it = in ApplyUserOrdering() 1033 const ProblemImpl::ParameterMap& parameter_map, in CreateEvaluator() [all …]
|
D | parameter_block.h | 48 class ProblemImpl; variable 265 friend class ProblemImpl; variable
|
D | problem.cc | 41 Problem::Problem() : problem_impl_(new internal::ProblemImpl) {} in Problem() 43 : problem_impl_(new internal::ProblemImpl(options)) {} in Problem()
|
D | coordinate_descent_minimizer.h | 56 const ProblemImpl::ParameterMap& parameter_map,
|
D | evaluator_test.cc | 168 void EvaluateAndCompare(ProblemImpl *problem, in EvaluateAndCompare() 239 ProblemImpl problem; 622 ProblemImpl problem; in TEST() 854 ProblemImpl problem_;
|
D | gradient_checking_cost_function_test.cc | 348 ProblemImpl problem_impl; in TEST() 364 scoped_ptr<ProblemImpl> gradient_checking_problem_impl( in TEST()
|
D | parameter_block_ordering_test.cc | 79 ProblemImpl problem_;
|
D | solver.cc | 55 internal::ProblemImpl* problem_impl = in Solve()
|
D | coordinate_descent_minimizer.cc | 61 const ProblemImpl::ParameterMap& parameter_map, in Init()
|
/external/ceres-solver/include/ceres/ |
D | problem.h | 57 class ProblemImpl; variable 280 internal::scoped_ptr<internal::ProblemImpl> problem_impl_;
|