Home
last modified time | relevance | path

Searched refs:SCHUR_JACOBI (Results 1 – 10 of 10) sorted by relevance

/external/ceres-solver/internal/ceres/
Dpreconditioner.cc42 if (preconditioner_type == SCHUR_JACOBI || in PreconditionerForZeroEBlocks()
Dtypes.cc76 CASESTR(SCHUR_JACOBI); in PreconditionerTypeToString()
88 STRENUM(SCHUR_JACOBI); in StringToPreconditionerType()
Diterative_schur_complement_solver_test.cc95 options.preconditioner_type = SCHUR_JACOBI; in TestSolver()
Diterative_schur_complement_solver.cc131 case SCHUR_JACOBI: in SolveImpl()
Dsystem_test.cc506 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/
Dtypes.h111 SCHUR_JACOBI, enumerator
/external/ceres-solver/docs/source/
Dfaqs.rst150 preconditioner choices here. ``SCHUR_JACOBI`` offers an
156 If you are not satisfied with ``SCHUR_JACOBI``'s performance try
Dversion_history.rst180 #. Faster ``SCHUR_JACOBI`` preconditioner construction.
462 #. ``SCHUR_JACOBI`` can now be used without ``SuiteSparse``.
Dsolving.rst707 ``SCHUR_JACOBI`` respectively.
1172 order of complexity) ``IDENTITY``, ``JACOBI``, ``SCHUR_JACOBI``,
/external/ceres-solver/examples/
Dlibmv_bundle_adjuster.cc760 options.preconditioner_type = ceres::SCHUR_JACOBI; in EuclideanBundleCommonIntrinsics()