Home
last modified time | relevance | path

Searched refs:problem_impl_ (Results 1 – 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
Dproblem.cc40 Problem::Problem() : problem_impl_(new internal::ProblemImpl) {} in Problem()
42 : problem_impl_(new internal::ProblemImpl(options)) {} in Problem()
49 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()
58 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()
67 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()
76 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()
85 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()
94 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()
103 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()
113 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()
[all …]
Dcovariance.cc51 return impl_->Compute(covariance_blocks, problem->problem_impl_.get()); in Compute()
Dsolver.cc325 internal::ProblemImpl* problem_impl = problem->problem_impl_.get(); in Solve()
/external/ceres-solver/include/ceres/
Dproblem.h464 internal::scoped_ptr<internal::ProblemImpl> problem_impl_; variable