Searched refs:Problem (Results 1 - 25 of 37) sorted by path

12

/external/bison/lib/
H A Dargmatch.h61 # define invalid_arg(Context, Value, Problem) \
62 argmatch_invalid (Context, Value, Problem)
/external/ceres-solver/examples/
H A Dbundle_adjuster.cc250 void BuildProblem(BALProblem* bal_problem, Problem* problem) {
311 Problem problem;
H A Dcircle_fit.cc64 using ceres::Problem;
128 Problem problem;
H A Dcurve_fitting.cc36 using ceres::Problem;
143 Problem problem;
H A Ddenoising.cc91 Problem* problem,
139 void SolveProblem(Problem* problem, PGMImage<double>* solution) {
209 ceres::Problem problem;
H A Dellipse_approximation.cc360 ceres::Problem* problem,
378 // Problem configuration.
410 ceres::Problem problem;
H A Dhelloworld.cc41 using ceres::Problem;
65 Problem problem;
H A Dhelloworld_analytic_diff.cc41 using ceres::Problem;
90 Problem problem;
H A Dhelloworld_numeric_diff.cc40 using ceres::Problem;
61 Problem problem;
H A Dlibmv_bundle_adjuster.cc291 LOG(FATAL) << "Problem file is stored in unknown endian type.";
384 LOG(FATAL) << "Problem file contains markers stored in unknown space.";
655 ceres::Problem::Options problem_options;
656 ceres::Problem problem(problem_options);
H A Dlibmv_homography.cc336 ceres::Problem problem;
H A Dmore_garbow_hillstrom.cc276 Problem problem;
311 Problem problem;
347 std::cout << "Problem " << n << " : " \
351 std::cout << "Problem " << n << " : " \
H A Dnist.cc425 ceres::Problem problem;
H A Dpowell.cc54 using ceres::Problem;
110 Problem problem;
H A Drobot_pose_mle.cc143 using ceres::Problem;
287 ceres::Problem problem;
H A Drobust_curve_fitting.cc119 using ceres::Problem;
145 Problem problem;
H A Dsimple_bundle_adjuster.cc192 ceres::Problem problem;
/external/ceres-solver/include/ceres/
H A Dcovariance.h43 class Problem;
177 // Problem problem;
180 // <Build Problem>
181 // <Solve Problem>
357 Problem* problem);
H A Dproblem.h32 // The Problem object is used to build and hold least squares problems.
66 // blocks from a Problem after adding them.
115 // Problem problem;
121 class CERES_EXPORT Problem { class in namespace:ceres
131 // These flags control whether the Problem object owns the cost
133 // the Problem. If set to TAKE_OWNERSHIP, then the problem object
171 // invocation Problem(Problem::Options()).
172 Problem();
173 explicit Problem(cons
[all...]
H A Dsolver.h47 class Problem;
961 Problem* problem,
967 Problem* problem,
/external/ceres-solver/internal/ceres/
H A Dc_api.cc47 using ceres::Problem;
57 return reinterpret_cast<ceres_problem_t*>(new Problem);
61 delete reinterpret_cast<Problem*>(problem);
151 Problem* ceres_problem = reinterpret_cast<Problem*>(problem);
175 Problem* problem = reinterpret_cast<Problem*>(c_problem);
H A Dcovariance.cc50 Problem* problem) {
H A Dcovariance_impl.h78 Problem::EvaluateOptions evaluate_options_;
H A Dcovariance_test.cc363 Problem problem_;
777 Problem problem_;
H A Dgradient_checking_cost_function.cc248 Problem::Options gradient_checking_problem_options;

Completed in 1210 milliseconds

12