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 142 ComputeAndCompareSolutions(2, false, SPARSE_SCHUR, SUITE_SPARSE);
143 ComputeAndCompareSolutions(3, false, SPARSE_SCHUR, SUITE_SPARSE);
144 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, SUITE_SPARSE);
145 ComputeAndCompareSolutions(3, true, SPARSE_SCHUR, SUITE_SPARSE);
151 ComputeAndCompareSolutions(2, false, SPARSE_SCHUR, CX_SPARSE);
152 ComputeAndCompareSolutions(3, false, SPARSE_SCHUR, CX_SPARSE);
153 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, CX_SPARSE);
154 ComputeAndCompareSolutions(3, true, SPARSE_SCHUR, CX_SPARSE);
linear_solver.cc 63 case SPARSE_SCHUR:
65 LOG(WARNING) << "SPARSE_SCHUR is not available. Please "
types.cc 53 CASESTR(SPARSE_SCHUR);
67 STRENUM(SPARSE_SCHUR);
182 return ((type == SPARSE_SCHUR) ||
evaluator.cc 59 case SPARSE_SCHUR:
system_test.cc 490 CONFIGURE(SPARSE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, IDENTITY);
491 CONFIGURE(SPARSE_SCHUR, SUITE_SPARSE, kUserOrdering, IDENTITY);
495 CONFIGURE(SPARSE_SCHUR, CX_SPARSE, kAutomaticOrdering, IDENTITY);
496 CONFIGURE(SPARSE_SCHUR, CX_SPARSE, kUserOrdering, IDENTITY);
evaluator_test.cc 584 make_pair(SPARSE_SCHUR, 0),
585 make_pair(SPARSE_SCHUR, 1),
586 make_pair(SPARSE_SCHUR, 2),
587 make_pair(SPARSE_SCHUR, 3),
588 make_pair(SPARSE_SCHUR, 4),
solver.cc 178 linear_solver_type_used == SPARSE_SCHUR ||
solver_impl.cc 737 if (options->linear_solver_type == SPARSE_SCHUR) {
739 msg += "SPARSE_SCHUR to SPARSE_NORMAL_CHOLESKY.";
820 if (options->linear_solver_type == SPARSE_SCHUR) {
821 *error = "Can't use SPARSE_SCHUR because neither SuiteSparse nor"
    [all...]
solver_impl_test.cc 617 options.linear_solver_type = SPARSE_SCHUR;
624 EXPECT_EQ(options.linear_solver_type, SPARSE_SCHUR);
  /external/ceres-solver/include/ceres/
types.h 85 SPARSE_SCHUR,
175 // factorization based linear solvers, i.e., SPARSE_SCHUR,

Completed in 87 milliseconds