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

  /external/ceres-solver/internal/ceres/
linear_solver.cc 66 return CGNR;
74 case CGNR:
evaluator.cc 63 case CGNR:
types.cc 54 CASESTR(CGNR);
68 STRENUM(CGNR);
solver.cc 205 options.linear_solver_type == CGNR) {
464 if (linear_solver_type_given == CGNR ||
solver_test.cc 269 options.linear_solver_type = CGNR;
system_test.cc 501 CONFIGURE(CGNR, SUITE_SPARSE, kAutomaticOrdering, JACOBI);
solver_impl.cc 471 options.linear_solver_type = CGNR;
768 options->linear_solver_type == CGNR) {
    [all...]
  /external/ceres-solver/include/ceres/
types.h 95 CGNR

Completed in 146 milliseconds