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

  /external/ceres-solver/internal/ceres/
schur_complement_solver_test.cc 164 2, false, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, false);
165 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, false);
170 ComputeAndCompareSolutions(2, false, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, true);
171 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, true);
177 3, false, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, false);
178 ComputeAndCompareSolutions(3, true, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, false);
183 ComputeAndCompareSolutions(3, false, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, true);
184 ComputeAndCompareSolutions(3, true, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, true);
191 ComputeAndCompareSolutions(2, false, SPARSE_SCHUR, EIGEN, CX_SPARSE, true);
192 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, EIGEN, CX_SPARSE, true)
    [all...]
evaluator.cc 59 case SPARSE_SCHUR:
linear_solver.cc 63 case SPARSE_SCHUR:
65 LOG(WARNING) << "SPARSE_SCHUR is not available. Please "
evaluator_test.cc 526 make_pair(SPARSE_SCHUR, 0),
527 make_pair(SPARSE_SCHUR, 1),
528 make_pair(SPARSE_SCHUR, 2),
529 make_pair(SPARSE_SCHUR, 3),
530 make_pair(SPARSE_SCHUR, 4),
types.cc 52 CASESTR(SPARSE_SCHUR);
66 STRENUM(SPARSE_SCHUR);
312 return ((type == SPARSE_SCHUR) ||
system_test.cc 498 CONFIGURE(SPARSE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, IDENTITY);
499 CONFIGURE(SPARSE_SCHUR, SUITE_SPARSE, kUserOrdering, IDENTITY);
503 CONFIGURE(SPARSE_SCHUR, CX_SPARSE, kAutomaticOrdering, IDENTITY);
504 CONFIGURE(SPARSE_SCHUR, CX_SPARSE, kUserOrdering, IDENTITY);
solver.cc 206 linear_solver_type_used == SPARSE_SCHUR ||
solver_impl.cc     [all...]
solver_impl_test.cc 619 options.linear_solver_type = SPARSE_SCHUR;
626 EXPECT_EQ(options.linear_solver_type, SPARSE_SCHUR);
815 options.linear_solver_type = SPARSE_SCHUR;
    [all...]
  /external/ceres-solver/include/ceres/
types.h 87 SPARSE_SCHUR,
273 // factorization based linear solvers, i.e., SPARSE_SCHUR,

Completed in 394 milliseconds