Home
last modified time | relevance | path

Searched refs:DENSE_QR (Results 1 – 22 of 22) sorted by relevance

/external/ceres-solver/internal/ceres/
Dunsymmetric_linear_solver_test.cc76 if (linear_solver_type == DENSE_QR || in TestSolver()
119 TestSolver(DENSE_QR, SUITE_SPARSE); in TEST_F()
Dtypes.cc50 CASESTR(DENSE_QR); in LinearSolverTypeToString()
64 STRENUM(DENSE_QR); in StringToLinearSolverType()
Dlinear_solver.cc79 case DENSE_QR: in Create()
Dsolver_impl_test.cc509 options.linear_solver_type = DENSE_QR; in TEST()
520 options.linear_solver_type = DENSE_QR; in TEST()
531 options.linear_solver_type = DENSE_QR; in TEST()
578 options.linear_solver_type = DENSE_QR; in TEST()
583 EXPECT_EQ(options.linear_solver_type, DENSE_QR); in TEST()
667 options.linear_solver_type = DENSE_QR; in TEST()
737 options.linear_solver_type = DENSE_QR; in TEST()
Devaluator.h61 linear_solver_type(DENSE_QR) {} in Options()
Dcoordinate_descent_minimizer.cc114 evaluator_options_.linear_solver_type = DENSE_QR; in Init()
135 linear_solver_options.type = DENSE_QR; in Minimize()
Devaluator.cc53 case DENSE_QR: in Create()
Diterative_schur_complement_solver_test.cc84 options.type = DENSE_QR; in TestSolver()
Dschur_complement_solver_test.cc67 options.type = DENSE_QR; in SetUpFromProblemId()
Devaluator_test.cc578 ::testing::Values(make_pair(DENSE_QR, 0),
633 options.linear_solver_type = DENSE_QR; in TEST()
Dtrust_region_minimizer_test.cc365 options.linear_solver_type = ceres::DENSE_QR; in TEST()
Dsystem_test.cc281 CONFIGURE(DENSE_QR, SUITE_SPARSE, kAutomaticOrdering); in TEST()
Dsolver_impl.cc744 options->linear_solver_type = DENSE_QR; in CreateReducedProgram()
/external/ceres-solver/examples/
Dquadratic_auto_diff.cc80 options.linear_solver_type = ceres::DENSE_QR; in main()
Dquadratic.cc83 options.linear_solver_type = ceres::DENSE_QR; in main()
Dquadratic_numeric_diff.cc84 options.linear_solver_type = ceres::DENSE_QR; in main()
Ddata_fitting.cc156 options.linear_solver_type = ceres::DENSE_QR; in main()
Dpowell.cc131 options.linear_solver_type = ceres::DENSE_QR; in main()
Dcircle_fit.cc152 options.linear_solver_type = ceres::DENSE_QR; in main()
/external/ceres-solver/include/ceres/
Dtypes.h70 DENSE_QR, enumerator
Dsolver.h80 linear_solver_type = DENSE_QR; in Options()
/external/ceres-solver/docs/
Dhelloworld.tex51 options.linear_solver_type = ceres::DENSE_QR;