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

  /external/ceres-solver/internal/ceres/
problem_impl.cc 614 Evaluator::Options evaluator_options; local
621 evaluator_options.linear_solver_type = SPARSE_NORMAL_CHOLESKY;
622 evaluator_options.num_threads = evaluate_options.num_threads;
626 Evaluator::Create(evaluator_options, &program, &error));
solver_impl.cc 1389 Evaluator::Options evaluator_options; local
    [all...]

Completed in 77 milliseconds