Searched refs:DENSE_QR (Results 1 – 25 of 29) sorted by relevance
12
62 return DENSE_QR; in LinearSolverForZeroEBlocks()97 case DENSE_QR: in Create()
70 if (options.type == DENSE_QR || in TestSolver()135 options.type = DENSE_QR; in TEST_F()150 options.type = DENSE_QR; in TEST_F()
55 case DENSE_QR: in Create()
114 evaluator_options_.linear_solver_type = DENSE_QR; in Init()136 linear_solver_options.type = DENSE_QR; in Minimize()
49 CASESTR(DENSE_QR); in LinearSolverTypeToString()63 STRENUM(DENSE_QR); in StringToLinearSolverType()
64 linear_solver_type(DENSE_QR), in Options()
85 options.linear_solver_type = DENSE_QR; in TEST()
96 options.linear_solver_type = DENSE_QR; in TEST()275 options.linear_solver_type = DENSE_QR; in TEST()
84 options.type = DENSE_QR; in TestSolver()
182 options.linear_solver_type = ceres::DENSE_QR; in ceres_solve()
546 EvaluatorTestOptions(DENSE_QR, 0),602 options.linear_solver_type = DENSE_QR; in TEST()
145 if (options.linear_solver_type == DENSE_QR) { in TrustRegionOptionsAreValid()430 linear_solver_type_used == DENSE_QR) { in FullReport()
67 options.type = DENSE_QR; in SetUpFromProblemId()
389 options.linear_solver_type = ceres::DENSE_QR; in TEST()
293 CONFIGURE(DENSE_QR, SUITE_SPARSE, kAutomaticOrdering); in TEST()
154 options.linear_solver_type = ceres::DENSE_QR; in main()
152 options.linear_solver_type = ceres::DENSE_QR; in main()
134 options.linear_solver_type = ceres::DENSE_QR; in main()
288 options.linear_solver_type = DENSE_QR; in ConstrainedSolve()319 options.linear_solver_type = DENSE_QR; in UnconstrainedSolve()
354 solver_options.linear_solver_type = ceres::DENSE_QR; in EstimateHomography2DFromCorrespondences()
72 DENSE_QR, enumerator
96 linear_solver_type = DENSE_QR; in Options()
115 options.linear_solver_type = ceres::DENSE_QR;408 Linear solver DENSE_QR DENSE_QR710 Since this large sparse problem (well large for ``DENSE_QR`` anyways),
133 ``DENSE_QR``.