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

  /external/ceres-solver/include/ceres/
types.h 61 enum LinearSolverType {
397 const char* LinearSolverTypeToString(LinearSolverType type);
398 bool StringToLinearSolverType(string value, LinearSolverType* type);
455 bool IsSchurType(LinearSolverType type);
solver.h 383 LinearSolverType linear_solver_type;
    [all...]
  /external/ceres-solver/internal/ceres/
evaluator.h 68 LinearSolverType linear_solver_type;
linear_solver.h 89 LinearSolverType type;
types.cc 46 const char* LinearSolverTypeToString(LinearSolverType type) {
60 bool StringToLinearSolverType(string value, LinearSolverType* type) {
311 bool IsSchurType(LinearSolverType type) {
solver_impl.h 205 const LinearSolverType linear_solver_type,
system_test.cc 66 SolverConfig(LinearSolverType linear_solver_type,
76 SolverConfig(LinearSolverType linear_solver_type,
97 LinearSolverType linear_solver_type;
schur_complement_solver_test.cc 89 ceres::LinearSolverType linear_solver_type,
evaluator_test.cc 95 : public ::testing::TestWithParam<pair<LinearSolverType, int> > {
solver_impl.cc     [all...]

Completed in 2294 milliseconds