Searched refs:problem_impl_ (Results 1 – 4 of 4) sorted by relevance
40 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 …]
51 return impl_->Compute(covariance_blocks, problem->problem_impl_.get()); in Compute()
325 internal::ProblemImpl* problem_impl = problem->problem_impl_.get(); in Solve()
464 internal::scoped_ptr<internal::ProblemImpl> problem_impl_; variable