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

  /external/ceres-solver/internal/ceres/
evaluator.cc 61 case CGNR:
linear_solver.cc 50 case CGNR:
types.cc 54 CASESTR(CGNR);
68 STRENUM(CGNR);
solver_impl_test.cc 572 options.linear_solver_type = CGNR;
807 options.linear_solver_type = CGNR;
809 EXPECT_EQ(options.linear_solver_type, CGNR);
822 EXPECT_EQ(options.linear_solver_type, CGNR);
828 EXPECT_EQ(options.linear_solver_type, CGNR);
834 EXPECT_EQ(options.linear_solver_type, CGNR);
840 EXPECT_EQ(options.linear_solver_type, CGNR);
846 EXPECT_EQ(options.linear_solver_type, CGNR);
    [all...]
solver.cc 233 if (linear_solver_type_given == CGNR ||
solver_impl.cc 751 options.linear_solver_type = CGNR;
    [all...]
system_test.cc 510 CONFIGURE(CGNR, SUITE_SPARSE, kAutomaticOrdering, JACOBI);
  /external/ceres-solver/include/ceres/
types.h 95 CGNR

Completed in 136 milliseconds