HomeSort by relevance Sort by last modified time
    Searched refs:problem_ (Results 1 - 6 of 6) sorted by null

  /external/ceres-solver/internal/ceres/
parameter_block_ordering_test.cc 66 problem_.AddParameterBlock(x_, 3);
67 problem_.AddParameterBlock(y_, 4);
68 problem_.AddParameterBlock(z_, 5);
69 problem_.AddParameterBlock(w_, 6);
71 problem_.AddResidualBlock(new DummyCostFunction<2, 3>, NULL, x_);
72 problem_.AddResidualBlock(new DummyCostFunction<6, 5, 4>, NULL, z_, y_);
73 problem_.AddResidualBlock(new DummyCostFunction<3, 3, 5>, NULL, x_, z_);
74 problem_.AddResidualBlock(new DummyCostFunction<7, 5, 3>, NULL, z_, x_);
75 problem_.AddResidualBlock(new DummyCostFunction<1, 5, 3, 6>, NULL,
79 ProblemImpl problem_; member in class:ceres::internal::SchurOrderingTest
    [all...]
covariance_test.cc 240 problem_.AddResidualBlock(new UnaryCostFunction(2, 2, jacobian), NULL, x);
245 problem_.AddResidualBlock(new UnaryCostFunction(3, 3, jacobian), NULL, y);
250 problem_.AddResidualBlock(new UnaryCostFunction(1, 1, &jacobian), NULL, z);
256 problem_.AddResidualBlock(
266 problem_.AddResidualBlock(
316 EXPECT_TRUE(covariance.Compute(covariance_blocks, &problem_));
363 Problem problem_; member in class:ceres::internal::CovarianceTest
465 problem_.SetParameterBlockConstant(parameters_);
515 problem_.SetParameterization(x, new PolynomialParameterization);
519 problem_.SetParameterization(y, new SubsetParameterization(3, subset))
777 Problem problem_; member in class:ceres::internal::LargeScaleCovarianceTest
    [all...]
covariance_impl.h 76 ProblemImpl* problem_; member in class:ceres::internal::CovarianceImpl
system_test.cc 219 problem_.AddResidualBlock(
221 problem_.AddResidualBlock(
223 problem_.AddResidualBlock(
225 problem_.AddResidualBlock(
231 Problem* mutable_problem() { return &problem_; }
282 Problem problem_; member in class:ceres::internal::PowellsFunction
333 Problem* mutable_problem() { return &problem_; }
399 problem_.AddResidualBlock(cost_function, NULL, camera, point);
473 Problem problem_; member in class:ceres::internal::BundleAdjustmentProblem
covariance_impl.cc 91 problem_ = problem;
113 const ProblemImpl::ParameterMap& parameter_map = problem_->parameter_map();
159 const ProblemImpl::ParameterMap& parameter_map = problem_->parameter_map();
412 problem_->Evaluate(evaluate_options_, NULL, NULL, NULL, &jacobian);
575 problem_->Evaluate(evaluate_options_, NULL, NULL, NULL, &jacobian);
664 problem_->Evaluate(evaluate_options_, NULL, NULL, NULL, &jacobian);
problem_test.cc 1149 ProblemImpl problem_; member in class:ceres::internal::ProblemEvaluateTest
    [all...]

Completed in 614 milliseconds