Searched defs:EvaluateOptions (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/include/ceres/
H A Dproblem.h345 struct EvaluateOptions { struct in class:ceres::Problem
346 EvaluateOptions() function in struct:ceres::Problem::EvaluateOptions
391 // the EvaluateOptions struct above.
402 // problem.Evaluate(Problem::EvaluateOptions(), &cost, NULL, NULL, NULL);
408 // problem.Evaluate(Problem::EvaluateOptions(), &cost, NULL, NULL, NULL);
418 bool Evaluate(const EvaluateOptions& options,
/external/ceres-solver/internal/ceres/
H A Devaluator.h120 struct EvaluateOptions { struct in class:ceres::internal::Evaluator
121 EvaluateOptions() function in struct:ceres::internal::Evaluator::EvaluateOptions
139 virtual bool Evaluate(const EvaluateOptions& evaluate_options,
147 // default EvaluateOptions struct. This is mostly here as a
154 return Evaluate(EvaluateOptions(),

Completed in 102 milliseconds