HomeSort by relevance Sort by last modified time
    Searched refs:DENSE_QR (Results 1 - 24 of 24) sorted by null

  /external/ceres-solver/internal/ceres/
linear_solver.cc 62 return DENSE_QR;
97 case DENSE_QR:
evaluator.cc 55 case DENSE_QR:
evaluator.h 64 linear_solver_type(DENSE_QR),
solver_impl_test.cc 85 options.linear_solver_type = DENSE_QR;
iterative_schur_complement_solver_test.cc 84 options.type = DENSE_QR;
unsymmetric_linear_solver_test.cc 70 if (options.type == DENSE_QR ||
135 options.type = DENSE_QR;
150 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;
solver_test.cc 96 options.linear_solver_type = DENSE_QR;
275 options.linear_solver_type = DENSE_QR;
types.cc 49 CASESTR(DENSE_QR);
63 STRENUM(DENSE_QR);
evaluator_test.cc 546 EvaluatorTestOptions(DENSE_QR, 0),
602 options.linear_solver_type = DENSE_QR;
solver.cc 145 if (options.linear_solver_type == DENSE_QR) {
146 *error = "Can't use DENSE_QR with LAPACK because "
430 linear_solver_type_used == DENSE_QR) {
schur_complement_solver_test.cc 67 options.type = DENSE_QR;
trust_region_minimizer_test.cc 389 options.linear_solver_type = ceres::DENSE_QR;
system_test.cc 293 CONFIGURE(DENSE_QR, SUITE_SPARSE, kAutomaticOrdering);
solver_impl.cc 784 if (options->linear_solver_type == DENSE_QR &&
786 *error = "Can't use DENSE_QR with LAPACK because "
    [all...]
  /external/ceres-solver/examples/
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;
robust_curve_fitting.cc 154 options.linear_solver_type = ceres::DENSE_QR;
more_garbow_hillstrom.cc 288 options.linear_solver_type = DENSE_QR;
319 options.linear_solver_type = DENSE_QR;
libmv_homography.cc 354 solver_options.linear_solver_type = ceres::DENSE_QR;
  /external/ceres-solver/include/ceres/
solver.h 96 linear_solver_type = DENSE_QR;
413 // This setting affects the DENSE_QR, DENSE_NORMAL_CHOLESKY and
    [all...]
types.h 72 DENSE_QR,
288 // DENSE_SCHUR, DENSE_QR and SPARSE_NORMAL_CHOLESKY.

Completed in 340 milliseconds