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

  /external/ceres-solver/internal/ceres/
evaluator.h 61 linear_solver_type(DENSE_QR) {}
linear_solver.cc 79 case DENSE_QR:
types.cc 50 CASESTR(DENSE_QR);
64 STRENUM(DENSE_QR);
unsymmetric_linear_solver_test.cc 76 if (linear_solver_type == DENSE_QR ||
119 TestSolver(DENSE_QR, SUITE_SPARSE);
evaluator.cc 53 case DENSE_QR:
iterative_schur_complement_solver_test.cc 84 options.type = DENSE_QR;
coordinate_descent_minimizer.cc 114 evaluator_options_.linear_solver_type = DENSE_QR;
135 linear_solver_options.type = DENSE_QR;
solver_impl_test.cc 509 options.linear_solver_type = DENSE_QR;
520 options.linear_solver_type = DENSE_QR;
531 options.linear_solver_type = DENSE_QR;
578 options.linear_solver_type = DENSE_QR;
583 EXPECT_EQ(options.linear_solver_type, DENSE_QR);
667 options.linear_solver_type = DENSE_QR;
737 options.linear_solver_type = DENSE_QR;
schur_complement_solver_test.cc 67 options.type = DENSE_QR;
evaluator_test.cc 578 ::testing::Values(make_pair(DENSE_QR, 0),
633 options.linear_solver_type = DENSE_QR;
trust_region_minimizer_test.cc 365 options.linear_solver_type = ceres::DENSE_QR;
system_test.cc 281 CONFIGURE(DENSE_QR, SUITE_SPARSE, kAutomaticOrdering);
solver_impl.cc 744 options->linear_solver_type = DENSE_QR;
745 msg += "DENSE_SCHUR to DENSE_QR.";
    [all...]
  /external/ceres-solver/examples/
quadratic.cc 83 options.linear_solver_type = ceres::DENSE_QR;
quadratic_auto_diff.cc 80 options.linear_solver_type = ceres::DENSE_QR;
quadratic_numeric_diff.cc 84 options.linear_solver_type = ceres::DENSE_QR;
circle_fit.cc 152 options.linear_solver_type = ceres::DENSE_QR;
powell.cc 131 options.linear_solver_type = ceres::DENSE_QR;
data_fitting.cc 156 options.linear_solver_type = ceres::DENSE_QR;
  /external/ceres-solver/include/ceres/
types.h 70 DENSE_QR,
176 // DENSE_SCHUR, DENSE_QR and SPARSE_NORMAL_CHOLESKY.
solver.h 80 linear_solver_type = DENSE_QR;
  /external/ceres-solver/docs/
helloworld.tex 51 options.linear_solver_type = ceres::DENSE_QR;

Completed in 327 milliseconds