Home
last modified time | relevance | path

Searched refs:ProblemImpl (Results 1 – 17 of 17) sorted by relevance

/external/ceres-solver/internal/ceres/
Dproblem_impl.cc124 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 …]
Dsolver_impl.h54 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,
Dgradient_checking_cost_function.h41 class ProblemImpl; variable
78 ProblemImpl* CreateGradientCheckingProblemImpl(ProblemImpl* problem_impl,
Dproblem_impl.h62 class ProblemImpl {
66 ProblemImpl();
67 explicit ProblemImpl(const Problem::Options& options);
69 ~ProblemImpl();
142 CERES_DISALLOW_COPY_AND_ASSIGN(ProblemImpl);
Dsolver_impl_test.cc77 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 …]
Dprogram.h42 class ProblemImpl; variable
123 friend class ProblemImpl; variable
Dgradient_checking_cost_function.cc229 ProblemImpl* CreateGradientCheckingProblemImpl(ProblemImpl* problem_impl, in CreateGradientCheckingProblemImpl()
245 ProblemImpl* gradient_checking_problem_impl = new ProblemImpl( in CreateGradientCheckingProblemImpl()
Dsolver_impl.cc204 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 …]
Dparameter_block.h48 class ProblemImpl; variable
265 friend class ProblemImpl; variable
Dproblem.cc41 Problem::Problem() : problem_impl_(new internal::ProblemImpl) {} in Problem()
43 : problem_impl_(new internal::ProblemImpl(options)) {} in Problem()
Dcoordinate_descent_minimizer.h56 const ProblemImpl::ParameterMap& parameter_map,
Devaluator_test.cc168 void EvaluateAndCompare(ProblemImpl *problem, in EvaluateAndCompare()
239 ProblemImpl problem;
622 ProblemImpl problem; in TEST()
854 ProblemImpl problem_;
Dgradient_checking_cost_function_test.cc348 ProblemImpl problem_impl; in TEST()
364 scoped_ptr<ProblemImpl> gradient_checking_problem_impl( in TEST()
Dparameter_block_ordering_test.cc79 ProblemImpl problem_;
Dsolver.cc55 internal::ProblemImpl* problem_impl = in Solve()
Dcoordinate_descent_minimizer.cc61 const ProblemImpl::ParameterMap& parameter_map, in Init()
/external/ceres-solver/include/ceres/
Dproblem.h57 class ProblemImpl; variable
280 internal::scoped_ptr<internal::ProblemImpl> problem_impl_;