Searched refs:CGNR (Results 1 – 11 of 11) sorted by relevance
/external/ceres-solver/internal/ceres/ |
D | evaluator.cc | 61 case CGNR: in Create()
|
D | linear_solver.cc | 50 case CGNR: in Create()
|
D | solver_impl_test.cc | 572 options.linear_solver_type = CGNR; in TEST() 807 options.linear_solver_type = CGNR; in TEST() 809 EXPECT_EQ(options.linear_solver_type, CGNR); in TEST() 822 EXPECT_EQ(options.linear_solver_type, CGNR); in TEST() 828 EXPECT_EQ(options.linear_solver_type, CGNR); in TEST() 834 EXPECT_EQ(options.linear_solver_type, CGNR); in TEST() 840 EXPECT_EQ(options.linear_solver_type, CGNR); in TEST() 846 EXPECT_EQ(options.linear_solver_type, CGNR); in TEST()
|
D | types.cc | 54 CASESTR(CGNR); in LinearSolverTypeToString() 68 STRENUM(CGNR); in StringToLinearSolverType()
|
D | solver.cc | 233 if (linear_solver_type_given == CGNR || in FullReport()
|
D | solver_impl.cc | 751 options.linear_solver_type = CGNR; in LineSearchSolve() 1151 options->linear_solver_type == CGNR) { in CreateLinearSolver() 1474 options->linear_solver_type = CGNR; in AlternateLinearSolverForSchurTypeLinearSolver()
|
D | system_test.cc | 510 CONFIGURE(CGNR, SUITE_SPARSE, kAutomaticOrdering, JACOBI); in TEST()
|
/external/ceres-solver/include/ceres/ |
D | types.h | 95 CGNR enumerator
|
/external/ceres-solver/docs/source/ |
D | building.rst | 268 ``CGNR``, and ``ITERATIVE_SCHUR``.
|
D | version_history.rst | 569 #. New iterative linear solver for general sparse problems - ``CGNR``
|
D | solving.rst | 581 ``CGNR`` 586 Ceres, another option is the ``CGNR`` solver. This solver uses the 1230 ``ITERATIVE_SCHUR`` or ``CGNR``. 1238 ``ITERATIVE_SCHUR`` or ``CGNR``.
|