HomeSort by relevance Sort by last modified time
    Searched refs:SCHUR_JACOBI (Results 1 - 7 of 7) sorted by null

  /external/ceres-solver/internal/ceres/
preconditioner.cc 42 if (preconditioner_type == SCHUR_JACOBI ||
iterative_schur_complement_solver_test.cc 95 options.preconditioner_type = SCHUR_JACOBI;
iterative_schur_complement_solver.cc 131 case SCHUR_JACOBI:
types.cc 76 CASESTR(SCHUR_JACOBI);
88 STRENUM(SCHUR_JACOBI);
system_test.cc 506 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kUserOrdering, SCHUR_JACOBI);
507 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, SCHUR_JACOBI);
  /external/ceres-solver/include/ceres/
types.h 111 SCHUR_JACOBI,
141 // If you are using SCHUR_JACOBI preconditioner and have SuiteSparse
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 760 options.preconditioner_type = ceres::SCHUR_JACOBI;

Completed in 358 milliseconds