Searched refs:problem_impl_ (Results 1 – 3 of 3) sorted by relevance
41 Problem::Problem() : problem_impl_(new internal::ProblemImpl) {} in Problem()43 : problem_impl_(new internal::ProblemImpl(options)) {} in Problem()50 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()59 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()68 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()77 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()86 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()95 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()104 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()114 return problem_impl_->AddResidualBlock(cost_function, in AddResidualBlock()[all …]
56 CHECK_NOTNULL(problem)->problem_impl_.get(); in Solve()
280 internal::scoped_ptr<internal::ProblemImpl> problem_impl_; variable