Searched refs:SCHUR_JACOBI (Results 1 - 7 of 7) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dpreconditioner.cc42 if (preconditioner_type == SCHUR_JACOBI ||
H A Diterative_schur_complement_solver_test.cc95 options.preconditioner_type = SCHUR_JACOBI;
H A Diterative_schur_complement_solver.cc131 case SCHUR_JACOBI:
H A Dtypes.cc76 CASESTR(SCHUR_JACOBI);
88 STRENUM(SCHUR_JACOBI);
H A Dsystem_test.cc506 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kUserOrdering, SCHUR_JACOBI);
507 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, SCHUR_JACOBI);
/external/ceres-solver/include/ceres/
H A Dtypes.h111 SCHUR_JACOBI, enumerator in enum:ceres::PreconditionerType
141 // If you are using SCHUR_JACOBI preconditioner and have SuiteSparse
/external/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc760 options.preconditioner_type = ceres::SCHUR_JACOBI;

Completed in 423 milliseconds