Home
last modified time | relevance | path

Searched refs:CLUSTER_TRIDIAGONAL (Results 1 – 11 of 11) sorted by relevance

/external/ceres-solver/internal/ceres/
Dsolver.cc129 if (options.preconditioner_type == CLUSTER_TRIDIAGONAL && in TrustRegionOptionsAreValid()
179 if (options.preconditioner_type == CLUSTER_TRIDIAGONAL) { in TrustRegionOptionsAreValid()
440 preconditioner_type == CLUSTER_TRIDIAGONAL))) { in FullReport()
472 preconditioner_type == CLUSTER_TRIDIAGONAL) { in FullReport()
Dpreconditioner.cc44 preconditioner_type == CLUSTER_TRIDIAGONAL) { in PreconditionerForZeroEBlocks()
Dtypes.cc78 CASESTR(CLUSTER_TRIDIAGONAL); in PreconditionerTypeToString()
90 STRENUM(CLUSTER_TRIDIAGONAL); in StringToPreconditionerType()
Dvisibility_based_preconditioner.cc81 options_.type == CLUSTER_TRIDIAGONAL) in VisibilityBasedPreconditioner()
99 case CLUSTER_TRIDIAGONAL: in VisibilityBasedPreconditioner()
385 if (status == LINEAR_SOLVER_FAILURE && options_.type == CLUSTER_TRIDIAGONAL) { in UpdateImpl()
Diterative_schur_complement_solver.cc139 case CLUSTER_TRIDIAGONAL: in SolveImpl()
Dsystem_test.cc519 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, CLUSTER_TRIDIAGONAL); in TEST()
520 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kUserOrdering, CLUSTER_TRIDIAGONAL); in TEST()
Dsolver_impl.cc813 if (options->preconditioner_type == CLUSTER_TRIDIAGONAL) { in CreateLinearSolver()
/external/ceres-solver/include/ceres/
Dtypes.h122 CLUSTER_TRIDIAGONAL enumerator
/external/ceres-solver/docs/source/
Dfaqs.rst157 ``CLUSTER_JACOBI`` and ``CLUSTER_TRIDIAGONAL`` in that
Dbuilding.rst428 ``CLUSTER_JACOBI`` and ``CLUSTER_TRIDIAGONAL`` preconditioners).
Dsolving.rst714 ``CLUSTER_JACOBI`` and ``CLUSTER_TRIDIAGONAL``. These are fairly new
1173 ``CLUSTER_JACOBI`` and ``CLUSTER_TRIDIAGONAL``. See
2108 ``CLUSTER_JACOBI`` or ``CLUSTER_TRIDIAGONAL``.