Searched defs:ProblemImpl (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dproblem_impl.h64 class ProblemImpl { class in namespace:ceres::internal
69 ProblemImpl();
70 explicit ProblemImpl(const Problem::Options& options);
72 ~ProblemImpl();
214 CERES_DISALLOW_COPY_AND_ASSIGN(ProblemImpl);
H A Dproblem_impl.cc93 ParameterBlock* ProblemImpl::InternalAddParameterBlock(double* values,
153 void ProblemImpl::InternalRemoveResidualBlock(ResidualBlock* residual_block) {
178 void ProblemImpl::DeleteBlock(ResidualBlock* residual_block) {
200 void ProblemImpl::DeleteBlock(ParameterBlock* parameter_block) {
210 ProblemImpl::ProblemImpl() : program_(new internal::Program) {} function in class:ceres::internal::ProblemImpl
211 ProblemImpl::ProblemImpl(const Problem::Options& options) function in class:ceres::internal::ProblemImpl
215 ProblemImpl::~ProblemImpl() {
[all...]

Completed in 33 milliseconds