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

  /external/ceres-solver/include/ceres/
types.h 117 CLUSTER_TRIDIAGONAL
  /external/ceres-solver/internal/ceres/
iterative_schur_complement_solver.cc 135 case CLUSTER_TRIDIAGONAL:
types.cc 78 CASESTR(CLUSTER_TRIDIAGONAL);
90 STRENUM(CLUSTER_TRIDIAGONAL);
visibility_based_preconditioner.cc 77 options_.type == CLUSTER_TRIDIAGONAL)
95 case CLUSTER_TRIDIAGONAL:
147 // Determine the sparsity structure of the CLUSTER_TRIDIAGONAL
349 // CLUSTER_TRIDIAGONAL, in general the preconditioner matrix as
366 if (!status && options_.type == CLUSTER_TRIDIAGONAL) {
system_test.cc 517 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kUserOrdering, CLUSTER_TRIDIAGONAL);
526 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, CLUSTER_TRIDIAGONAL);
solver.cc 209 preconditioner_type == CLUSTER_TRIDIAGONAL))) {
solver_impl.cc     [all...]
solver_impl_test.cc 844 options.preconditioner_type = CLUSTER_TRIDIAGONAL;
    [all...]

Completed in 795 milliseconds