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

  /external/ceres-solver/internal/ceres/
types.cc 79 CASESTR(CLUSTER_JACOBI);
91 STRENUM(CLUSTER_JACOBI);
iterative_schur_complement_solver.cc 110 case CLUSTER_JACOBI:
solver.cc 181 preconditioner_type == CLUSTER_JACOBI ||
visibility_based_preconditioner_test.cc 260 options_.preconditioner_type = CLUSTER_JACOBI;
307 options_.preconditioner_type = CLUSTER_JACOBI;
system_test.cc 507 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kUserOrdering, CLUSTER_JACOBI);
515 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, CLUSTER_JACOBI);
visibility_based_preconditioner.cc 76 options_.preconditioner_type == CLUSTER_JACOBI ||
95 case CLUSTER_JACOBI:
152 // Determine the sparsity structure of the CLUSTER_JACOBI
369 // Try factorizing the matrix. For SCHUR_JACOBI and CLUSTER_JACOBI,
386 // and the CLUSTER_JACOBI cases, the preconditioner is guaranteed to
solver_impl.cc 797 if (options->preconditioner_type == CLUSTER_JACOBI) {
798 *error = "CLUSTER_JACOBI preconditioner not suppored. Please build Ceres "
    [all...]
  /external/ceres-solver/include/ceres/
types.h 115 CLUSTER_JACOBI,

Completed in 509 milliseconds