Searched refs:SCHUR_JACOBI (Results 1 – 10 of 10) sorted by relevance
/external/ceres-solver/internal/ceres/ |
D | preconditioner.cc | 42 if (preconditioner_type == SCHUR_JACOBI || in PreconditionerForZeroEBlocks()
|
D | types.cc | 76 CASESTR(SCHUR_JACOBI); in PreconditionerTypeToString() 88 STRENUM(SCHUR_JACOBI); in StringToPreconditionerType()
|
D | iterative_schur_complement_solver_test.cc | 95 options.preconditioner_type = SCHUR_JACOBI; in TestSolver()
|
D | iterative_schur_complement_solver.cc | 131 case SCHUR_JACOBI: in SolveImpl()
|
D | system_test.cc | 506 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kUserOrdering, SCHUR_JACOBI); in TEST() 507 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, SCHUR_JACOBI); in TEST()
|
/external/ceres-solver/include/ceres/ |
D | types.h | 111 SCHUR_JACOBI, enumerator
|
/external/ceres-solver/docs/source/ |
D | faqs.rst | 150 preconditioner choices here. ``SCHUR_JACOBI`` offers an 156 If you are not satisfied with ``SCHUR_JACOBI``'s performance try
|
D | version_history.rst | 180 #. Faster ``SCHUR_JACOBI`` preconditioner construction. 462 #. ``SCHUR_JACOBI`` can now be used without ``SuiteSparse``.
|
D | solving.rst | 707 ``SCHUR_JACOBI`` respectively. 1172 order of complexity) ``IDENTITY``, ``JACOBI``, ``SCHUR_JACOBI``,
|
/external/ceres-solver/examples/ |
D | libmv_bundle_adjuster.cc | 760 options.preconditioner_type = ceres::SCHUR_JACOBI; in EuclideanBundleCommonIntrinsics()
|