Home
last modified time | relevance | path

Searched refs:SPARSE_SCHUR (Results 1 – 10 of 10) sorted by relevance

/external/ceres-solver/internal/ceres/
Dschur_complement_solver_test.cc142 ComputeAndCompareSolutions(2, false, SPARSE_SCHUR, SUITE_SPARSE); in TEST_F()
143 ComputeAndCompareSolutions(3, false, SPARSE_SCHUR, SUITE_SPARSE); in TEST_F()
144 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, SUITE_SPARSE); in TEST_F()
145 ComputeAndCompareSolutions(3, true, SPARSE_SCHUR, SUITE_SPARSE); in TEST_F()
151 ComputeAndCompareSolutions(2, false, SPARSE_SCHUR, CX_SPARSE); in TEST_F()
152 ComputeAndCompareSolutions(3, false, SPARSE_SCHUR, CX_SPARSE); in TEST_F()
153 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, CX_SPARSE); in TEST_F()
154 ComputeAndCompareSolutions(3, true, SPARSE_SCHUR, CX_SPARSE); in TEST_F()
Dtypes.cc53 CASESTR(SPARSE_SCHUR); in LinearSolverTypeToString()
67 STRENUM(SPARSE_SCHUR); in StringToLinearSolverType()
182 return ((type == SPARSE_SCHUR) || in IsSchurType()
Dsystem_test.cc490 CONFIGURE(SPARSE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, IDENTITY); in TEST()
491 CONFIGURE(SPARSE_SCHUR, SUITE_SPARSE, kUserOrdering, IDENTITY); in TEST()
495 CONFIGURE(SPARSE_SCHUR, CX_SPARSE, kAutomaticOrdering, IDENTITY); in TEST()
496 CONFIGURE(SPARSE_SCHUR, CX_SPARSE, kUserOrdering, IDENTITY); in TEST()
Devaluator_test.cc584 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),
Dlinear_solver.cc63 case SPARSE_SCHUR: in Create()
Devaluator.cc59 case SPARSE_SCHUR: in Create()
Dsolver.cc178 linear_solver_type_used == SPARSE_SCHUR || in FullReport()
Dsolver_impl.cc737 if (options->linear_solver_type == SPARSE_SCHUR) { in CreateReducedProgram()
820 if (options->linear_solver_type == SPARSE_SCHUR) { in CreateLinearSolver()
Dsolver_impl_test.cc617 options.linear_solver_type = SPARSE_SCHUR; in TEST()
624 EXPECT_EQ(options.linear_solver_type, SPARSE_SCHUR); in TEST()
/external/ceres-solver/include/ceres/
Dtypes.h85 SPARSE_SCHUR, enumerator