Home | History | Annotate | Download | only in ceres

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
50 #include "ceres/problem.h"
121 // Problem* mutable_problem();
158 ->Evaluate(Problem::EvaluateOptions(),
172 // error prone to do so, since the same problem can have nearly
231 Problem* mutable_problem() { return &problem_; }
282 Problem problem_;
314 // access to a bundle adjustment problem. It is based on
316 // problem is hard coded in the constructor. Going forward we may
321 const string input_file = TestFileAbsolutePath("problem-16-22106-pre.txt");
333 Problem* mutable_problem() { return &problem_; }
473 Problem problem_;