/external/ceres-solver/internal/ceres/ |
evaluator.cc | 53 case DENSE_QR:
|
linear_solver.cc | 79 case DENSE_QR:
|
unsymmetric_linear_solver_test.cc | 70 if (options.type == DENSE_QR || 123 options.type = DENSE_QR; 138 options.type = DENSE_QR;
|
evaluator.h | 64 linear_solver_type(DENSE_QR) {}
|
iterative_schur_complement_solver_test.cc | 84 options.type = DENSE_QR;
|
c_api.cc | 182 options.linear_solver_type = ceres::DENSE_QR;
|
coordinate_descent_minimizer.cc | 114 evaluator_options_.linear_solver_type = DENSE_QR; 136 linear_solver_options.type = DENSE_QR;
|
types.cc | 49 CASESTR(DENSE_QR); 63 STRENUM(DENSE_QR);
|
solver_impl_test.cc | 511 options.linear_solver_type = DENSE_QR; 522 options.linear_solver_type = DENSE_QR; 533 options.linear_solver_type = DENSE_QR; 580 options.linear_solver_type = DENSE_QR; 585 EXPECT_EQ(options.linear_solver_type, DENSE_QR); 669 options.linear_solver_type = DENSE_QR; 739 options.linear_solver_type = DENSE_QR; 795 options.linear_solver_type = DENSE_QR; 797 EXPECT_EQ(options.linear_solver_type, DENSE_QR); 813 EXPECT_EQ(options.linear_solver_type, DENSE_QR); [all...] |
schur_complement_solver_test.cc | 67 options.type = DENSE_QR;
|
evaluator_test.cc | 520 ::testing::Values(make_pair(DENSE_QR, 0), 575 options.linear_solver_type = DENSE_QR;
|
solver.cc | 199 linear_solver_type_used == DENSE_QR) {
|
trust_region_minimizer_test.cc | 389 options.linear_solver_type = ceres::DENSE_QR;
|
system_test.cc | 289 CONFIGURE(DENSE_QR, SUITE_SPARSE, kAutomaticOrdering);
|
solver_impl.cc | [all...] |
/external/ceres-solver/examples/ |
quadratic.cc | 83 options.linear_solver_type = ceres::DENSE_QR;
|
quadratic_auto_diff.cc | 81 options.linear_solver_type = ceres::DENSE_QR;
|
quadratic_numeric_diff.cc | 76 options.linear_solver_type = ceres::DENSE_QR;
|
circle_fit.cc | 152 options.linear_solver_type = ceres::DENSE_QR;
|
powell.cc | 134 options.linear_solver_type = ceres::DENSE_QR;
|
curve_fitting.cc | 154 options.linear_solver_type = ceres::DENSE_QR;
|
data_fitting.cc | 156 options.linear_solver_type = ceres::DENSE_QR;
|
robust_curve_fitting.cc | 154 options.linear_solver_type = ceres::DENSE_QR;
|
/external/ceres-solver/include/ceres/ |
types.h | 72 DENSE_QR, 274 // DENSE_SCHUR, DENSE_QR and SPARSE_NORMAL_CHOLESKY.
|
solver.h | 95 linear_solver_type = DENSE_QR; 394 // This setting affects the DENSE_QR, DENSE_NORMAL_CHOLESKY and [all...] |