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

  /external/ceres-solver/internal/ceres/
preconditioner.cc 44 preconditioner_type == CLUSTER_TRIDIAGONAL) {
iterative_schur_complement_solver.cc 139 case CLUSTER_TRIDIAGONAL:
solver.cc 129 if (options.preconditioner_type == CLUSTER_TRIDIAGONAL &&
131 *error = "CLUSTER_TRIDIAGONAL requires "
179 if (options.preconditioner_type == CLUSTER_TRIDIAGONAL) {
180 *error = "CLUSTER_TRIDIAGONAL preconditioner not supported. "
440 preconditioner_type == CLUSTER_TRIDIAGONAL))) {
472 preconditioner_type == CLUSTER_TRIDIAGONAL) {
types.cc 78 CASESTR(CLUSTER_TRIDIAGONAL);
90 STRENUM(CLUSTER_TRIDIAGONAL);
visibility_based_preconditioner.cc 81 options_.type == CLUSTER_TRIDIAGONAL)
99 case CLUSTER_TRIDIAGONAL:
151 // Determine the sparsity structure of the CLUSTER_TRIDIAGONAL
364 // CLUSTER_TRIDIAGONAL, in general the preconditioner matrix as
385 if (status == LINEAR_SOLVER_FAILURE && options_.type == CLUSTER_TRIDIAGONAL) {
system_test.cc 519 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, CLUSTER_TRIDIAGONAL);
520 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kUserOrdering, CLUSTER_TRIDIAGONAL);
solver_impl.cc 813 if (options->preconditioner_type == CLUSTER_TRIDIAGONAL) {
814 *error = "CLUSTER_TRIDIAGONAL preconditioner not suppored. Please build "
    [all...]
  /external/ceres-solver/include/ceres/
types.h 122 CLUSTER_TRIDIAGONAL
142 // available, CLUSTER_JACOBI and CLUSTER_TRIDIAGONAL in combination

Completed in 338 milliseconds