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/
preconditioner.cc 43 preconditioner_type == CLUSTER_JACOBI ||
iterative_schur_complement_solver.cc 138 case CLUSTER_JACOBI:
solver.cc 121 if (options.preconditioner_type == CLUSTER_JACOBI &&
123 *error = "CLUSTER_JACOBI requires "
173 if (options.preconditioner_type == CLUSTER_JACOBI) {
174 *error = "CLUSTER_JACOBI preconditioner not supported. "
439 (preconditioner_type == CLUSTER_JACOBI ||
471 if (preconditioner_type == CLUSTER_JACOBI ||
types.cc 77 CASESTR(CLUSTER_JACOBI);
89 STRENUM(CLUSTER_JACOBI);
system_test.cc 516 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, CLUSTER_JACOBI);
517 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kUserOrdering, CLUSTER_JACOBI);
visibility_based_preconditioner.cc 80 CHECK(options_.type == CLUSTER_JACOBI ||
96 case CLUSTER_JACOBI:
135 // Determine the sparsity structure of the CLUSTER_JACOBI
362 // Try factorizing the matrix. For CLUSTER_JACOBI, this should
382 // belong to the edges of the degree-2 forest. In the CLUSTER_JACOBI
solver_impl.cc 807 if (options->preconditioner_type == CLUSTER_JACOBI) {
808 *error = "CLUSTER_JACOBI preconditioner not suppored. Please build Ceres "
    [all...]
  /external/ceres-solver/include/ceres/
types.h 121 CLUSTER_JACOBI,
142 // available, CLUSTER_JACOBI and CLUSTER_TRIDIAGONAL in combination

Completed in 124 milliseconds