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

  /external/ceres-solver/include/ceres/
types.h 296 enum SolverTerminationType {
453 const char* SolverTerminationTypeToString(SolverTerminationType type);
solver.h 715 SolverTerminationType termination_type;
    [all...]
  /external/ceres-solver/internal/ceres/
types.cc 281 const char* SolverTerminationTypeToString(SolverTerminationType type) {
  /external/ceres-solver/examples/
nist.cc 162 bool IsSuccessfulTermination(ceres::SolverTerminationType status) {

Completed in 153 milliseconds