Lines Matching refs:Problem
34 // scalar problem with 4 variables. The second problem is a bundle
35 // adjustment problem with 16 cameras and two thousand cameras. The
36 // first problem is to test the sanity test the factorization based
37 // solvers. The second problem is used to test the various
48 #include "ceres/problem.h"
116 // Problem* mutable_problem();
154 ->Evaluate(Problem::EvaluateOptions(),
168 // error prone to do so, since the same problem can have nearly
227 Problem* mutable_problem() { return &problem_; }
278 Problem problem_;
310 // access to a bundle adjustment problem. It is based on
312 // problem is hard coded in the constructor. Going forward we may
317 const string input_file = TestFileAbsolutePath("problem-16-22106-pre.txt");
329 Problem* mutable_problem() { return &problem_; }
469 Problem problem_;