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/
iterative_schur_complement_solver_test.cc 95 options.preconditioner_type = SCHUR_JACOBI;
iterative_schur_complement_solver.cc 127 case SCHUR_JACOBI:
types.cc 76 CASESTR(SCHUR_JACOBI);
88 STRENUM(SCHUR_JACOBI);
system_test.cc 512 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kUserOrdering, SCHUR_JACOBI);
521 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, SCHUR_JACOBI);
solver_impl_test.cc 832 options.preconditioner_type = SCHUR_JACOBI;
    [all...]
  /external/ceres-solver/include/ceres/
types.h 107 SCHUR_JACOBI,
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 760 options.preconditioner_type = ceres::SCHUR_JACOBI;

Completed in 74 milliseconds